This commit is contained in:
Aryeh Raber 2018-11-13 16:41:07 +01:00 committed by GitHub
parent dc3e768d4c
commit 52cedb64b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

5
resources/js/app.js vendored
View File

@ -20,10 +20,7 @@ window.Vue = require('vue');
Vue.component('example-component', require('./components/ExampleComponent.vue')); Vue.component('example-component', require('./components/ExampleComponent.vue'));
// const files = require.context('./', true, /\.vue$/i) // const files = require.context('./', true, /\.vue$/i)
// files.keys().map(key => Vue.component(key.split('/').pop().split('.')[0], files(key)))
// files.keys().map(key => {
// return Vue.component(key.split('/').pop().split('.')[0], files(key))
// })
/** /**
* Next, we will create a fresh Vue application instance and attach it to * Next, we will create a fresh Vue application instance and attach it to