質問編集履歴

2

エラーの発生

2020/09/28 00:49

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -415,3 +415,17 @@
415
415
 
416
416
 
417
417
  ```
418
+
419
+
420
+
421
+ # 補足2
422
+
423
+ 回答実践後にnpm run devしてみると...
424
+
425
+
426
+
427
+ ```
428
+
429
+ ERROR in ./resources/js/components/ExampleComponent.vue?vue&type=script&lang=js& (./node_modules/babel-loader/lib??ref--4-0!./node_modules/vue-loader/lib??vue-loader-options!./resources/js/components/ExampleComponent.vue?vue&type=script&lang=js&)
430
+
431
+ ```

1

Laravelのバージョン表記を忘れていたため、タイトルに追加

2020/09/28 00:49

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- Vue CLI・Vuexで制作したアプリをLaravelアプリログイン認証後に表示したい。
1
+ Vue CLI・Vuexで制作したアプリをLaravel 6Authの認証後に表示したい。
test CHANGED
File without changes