1
0
Fork 0

Add new component

This commit is contained in:
Daniel Supernault 2019-09-05 21:51:52 -06:00
parent e6c92532a2
commit 704f6a1f18
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/micro.js vendored Normal file
View File

@ -0,0 +1,4 @@
Vue.component(
'micro-ui',
require('./components/Micro.vue').default
);