wip
This commit is contained in:
parent
7f7fdbd678
commit
c30fff623d
5 changed files with 47 additions and 33 deletions
|
|
@ -1,5 +1,11 @@
|
|||
import Vue from 'vue';
|
||||
|
||||
import ui from './ui.vue';
|
||||
import home from './home.vue';
|
||||
import timeline from './timeline.vue';
|
||||
import posts from './posts.vue';
|
||||
|
||||
Vue.component('mk-ui', ui);
|
||||
Vue.component('mk-home', home);
|
||||
Vue.component('mk-timeline', timeline);
|
||||
Vue.component('mk-posts', posts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue