Remove lodash dependency

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

2
resources/js/app.js vendored
View File

@ -22,7 +22,7 @@ Vue.component('example-component', require('./components/ExampleComponent.vue'))
// const files = require.context('./', true, /\.vue$/i)
// files.keys().map(key => {
// return Vue.component(_.last(key.split('/')).split('.')[0], files(key))
// return Vue.component(key.split('/').pop().split('.')[0], files(key))
// })
/**