Skip to content

Commit 52cedb6

Browse files
authored
Clean up
1 parent dc3e768 commit 52cedb6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

resources/js/app.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ window.Vue = require('vue');
2020
Vue.component('example-component', require('./components/ExampleComponent.vue'));
2121

2222
// const files = require.context('./', true, /\.vue$/i)
23-
24-
// files.keys().map(key => {
25-
// return Vue.component(key.split('/').pop().split('.')[0], files(key))
26-
// })
23+
// files.keys().map(key => Vue.component(key.split('/').pop().split('.')[0], files(key)))
2724

2825
/**
2926
* Next, we will create a fresh Vue application instance and attach it to

0 commit comments

Comments
 (0)