Skip to content

Commit e7f996e

Browse files
author
ahmadhuss
committed
refactor: Renamed FrontPage.vue component file
1 parent 670228d commit e7f996e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ window.Vue = Vue;
1818
// your own filters/methods that use lodash methods instead
1919
Vue.prototype._ = _;
2020
// id app
21-
Vue.component('front-page', require('./components/Front.vue').default);
21+
Vue.component('front-page', require('./components/FrontPage.vue').default);
2222
// Load third party vue component `laravel-vue-pagination`
2323
Vue.component('pagination', require('laravel-vue-pagination'));
2424

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<!-- JavaScript Part -->
6868
<script>
6969
export default {
70+
name: 'FrontPage',
7071
// Public properties
7172
data: function(){
7273
return {

0 commit comments

Comments
 (0)