mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-23 16:24:29 +00:00
Add status.js
This commit is contained in:
parent
f5ebbfb346
commit
9b0d3abdf7
1 changed files with 9 additions and 0 deletions
9
resources/assets/js/status.js
vendored
Normal file
9
resources/assets/js/status.js
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Vue.component(
|
||||||
|
'post-component',
|
||||||
|
require('./components/PostComponent.vue').default
|
||||||
|
);
|
||||||
|
|
||||||
|
Vue.component(
|
||||||
|
'post-comments',
|
||||||
|
require('./components/PostComments.vue').default
|
||||||
|
);
|
Loading…
Reference in a new issue