質問編集履歴

1

コメント追加

2021/08/30 04:42

投稿

yanagswk
yanagswk

スコア2

test CHANGED
File without changes
test CHANGED
@@ -52,11 +52,11 @@
52
52
 
53
53
  async authLoginCheck() {
54
54
 
55
+        // responseにnullが返ってくる
56
+
55
57
  const response = await axios.get('/api/loginCheck');
56
58
 
57
59
  this.authorized = response.data || null;
58
-
59
- console.log(response.data)
60
60
 
61
61
  },
62
62