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.
2 parents 2a483bb + c9046b2 commit 7adea12Copy full SHA for 7adea12
resources/js/app.js
@@ -17,11 +17,11 @@ window.Vue = require('vue');
17
* Eg. ./components/ExampleComponent.vue -> <example-component></example-component>
18
*/
19
20
-Vue.component('example-component', require('./components/ExampleComponent.vue'));
21
-
22
// const files = require.context('./', true, /\.vue$/i)
23
// files.keys().map(key => Vue.component(key.split('/').pop().split('.')[0], files(key)))
24
+Vue.component('example-component', require('./components/ExampleComponent.vue'));
+
25
/**
26
* Next, we will create a fresh Vue application instance and attach it to
27
* the page. Then, you may begin adding components to this application
0 commit comments