mirror of https://github.com/pixelfed/pixelfed.git
Add hashtag.js resource
This commit is contained in:
parent
9fbfab62b0
commit
1284a4050b
|
@ -0,0 +1,4 @@
|
|||
Vue.component(
|
||||
'hashtag-component',
|
||||
require('./components/Hashtag.vue').default
|
||||
);
|
Loading…
Reference in New Issue