wip
This commit is contained in:
parent
dab2a5dd1c
commit
cd5786d7fb
2 changed files with 166 additions and 170 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import Vue from 'vue';
|
||||
|
||||
import ui from './ui.vue';
|
||||
import home from './home.vue';
|
||||
|
||||
Vue.component('mk-ui', ui);
|
||||
Vue.component('mk-home', home);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue