1
0
Fork 0

Add loops.js

This commit is contained in:
Daniel Supernault 2019-05-28 21:03:02 -06:00
parent cc758d24df
commit 7ee18af416
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/loops.js vendored Normal file
View File

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