Add CollectionCompose.vue component

This commit is contained in:
Daniel Supernault 2019-07-17 18:37:06 -06:00
parent e6d5dcd96b
commit 0d7a0f2381
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
2 changed files with 263 additions and 0 deletions

View file

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