diff --git a/src/resources/js/app.js b/src/resources/js/app.js index 74cbf825..788dcd7e 100644 --- a/src/resources/js/app.js +++ b/src/resources/js/app.js @@ -1,26 +1,18 @@ /** * First we will load all of this project's JavaScript dependencies which * includes Vue and other libraries. It is a great starting point when * building robust, powerful web applications using Vue and Laravel. */ require('./bootstrap'); window.Vue = require('vue'); -/** - * The following block of code may be used to automatically register your - * Vue components. It will recursively scan this directory for the Vue - * components and automatically register them with their "basename". - * - * Eg. ./components/ExampleComponent.vue -> - */ - import router from '../vue/js/routes.js'; import AppComponent from '../vue/components/AppComponent' const app = new Vue({ components: { AppComponent }, router }).$mount('#app'); diff --git a/src/resources/js/components/ExampleComponent.vue b/src/resources/js/components/ExampleComponent.vue deleted file mode 100644 index 3fb9f9aa..00000000 --- a/src/resources/js/components/ExampleComponent.vue +++ /dev/null @@ -1,23 +0,0 @@ - - -