wip
This commit is contained in:
parent
f5637205cb
commit
7a97924d01
15 changed files with 265 additions and 195 deletions
|
|
@ -5,9 +5,11 @@ import home from './home.vue';
|
|||
import timeline from './timeline.vue';
|
||||
import posts from './posts.vue';
|
||||
import imagesImage from './images-image.vue';
|
||||
import drive from './drive.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);
|
||||
Vue.component('mk-drive', drive);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue