mirror of https://github.com/pixelfed/pixelfed
Add status.js
parent
f5ebbfb346
commit
9b0d3abdf7
@ -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 New Issue