We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670228d commit e7f996eCopy full SHA for e7f996e
resources/js/app.js
@@ -18,7 +18,7 @@ window.Vue = Vue;
18
// your own filters/methods that use lodash methods instead
19
Vue.prototype._ = _;
20
// id app
21
-Vue.component('front-page', require('./components/Front.vue').default);
+Vue.component('front-page', require('./components/FrontPage.vue').default);
22
// Load third party vue component `laravel-vue-pagination`
23
Vue.component('pagination', require('laravel-vue-pagination'));
24
resources/js/components/Front.vue resources/js/components/FrontPage.vueresources/js/components/Front.vue renamed to resources/js/components/FrontPage.vue
@@ -67,6 +67,7 @@
67
<!-- JavaScript Part -->
68
<script>
69
export default {
70
+ name: 'FrontPage',
71
// Public properties
72
data: function(){
73
return {
0 commit comments