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