1
0
Fork 0

Add hashtag.js resource

This commit is contained in:
Daniel Supernault 2019-07-07 22:26:25 -06:00
parent 9fbfab62b0
commit 1284a4050b
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/hashtag.js vendored Normal file
View File

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