This commit is contained in:
syuilo 2018-02-11 13:02:35 +09:00
parent dab2a5dd1c
commit cd5786d7fb
2 changed files with 166 additions and 170 deletions

View file

@ -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);