1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00
pixelfed_ynh/resources/assets/js/status.js
Daniel Supernault 9b0d3abdf7
Add status.js
2019-02-10 21:24:39 -07:00

9 lines
No EOL
186 B
JavaScript
Vendored

Vue.component(
'post-component',
require('./components/PostComponent.vue').default
);
Vue.component(
'post-comments',
require('./components/PostComments.vue').default
);