mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Add hashtag.js resource
This commit is contained in:
parent
9fbfab62b0
commit
1284a4050b
1 changed files with 4 additions and 0 deletions
4
resources/assets/js/hashtag.js
vendored
Normal file
4
resources/assets/js/hashtag.js
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
Vue.component(
|
||||
'hashtag-component',
|
||||
require('./components/Hashtag.vue').default
|
||||
);
|
Loading…
Reference in a new issue