diff --git a/resources/assets/js/status.js b/resources/assets/js/status.js new file mode 100644 index 000000000..e2510e332 --- /dev/null +++ b/resources/assets/js/status.js @@ -0,0 +1,9 @@ +Vue.component( + 'post-component', + require('./components/PostComponent.vue').default +); + +Vue.component( + 'post-comments', + require('./components/PostComments.vue').default +); \ No newline at end of file