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

4
resources/assets/js/hashtag.js vendored Normal file
View file

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