wip
This commit is contained in:
parent
8056497809
commit
f5637205cb
2 changed files with 7 additions and 11 deletions
|
|
@ -4,8 +4,10 @@ import ui from './ui.vue';
|
|||
import home from './home.vue';
|
||||
import timeline from './timeline.vue';
|
||||
import posts from './posts.vue';
|
||||
import imagesImage from './images-image.vue';
|
||||
|
||||
Vue.component('mk-ui', ui);
|
||||
Vue.component('mk-home', home);
|
||||
Vue.component('mk-timeline', timeline);
|
||||
Vue.component('mk-posts', posts);
|
||||
Vue.component('mk-images-image', imagesImage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue