wip
This commit is contained in:
parent
7a97924d01
commit
463a38d606
2 changed files with 26 additions and 15 deletions
|
|
@ -6,6 +6,8 @@ import timeline from './timeline.vue';
|
|||
import posts from './posts.vue';
|
||||
import imagesImage from './images-image.vue';
|
||||
import drive from './drive.vue';
|
||||
import postPreview from './post-preview.vue';
|
||||
import subPostContent from './sub-post-content.vue';
|
||||
|
||||
Vue.component('mk-ui', ui);
|
||||
Vue.component('mk-home', home);
|
||||
|
|
@ -13,3 +15,5 @@ Vue.component('mk-timeline', timeline);
|
|||
Vue.component('mk-posts', posts);
|
||||
Vue.component('mk-images-image', imagesImage);
|
||||
Vue.component('mk-drive', drive);
|
||||
Vue.component('mk-post-preview', postPreview);
|
||||
Vue.component('mk-sub-post-content', subPostContent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue