1
0
Fork 0

Add collections.js

This commit is contained in:
Daniel Supernault 2019-07-16 20:14:57 -06:00
parent 8299553d81
commit e6d5dcd96b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 0 deletions

4
resources/assets/js/collections.js vendored Normal file
View File

@ -0,0 +1,4 @@
Vue.component(
'collection-component',
require('./components/CollectionComponent.vue').default
);