This commit is contained in:
syuilo 2018-02-22 06:17:02 +09:00
parent 8056497809
commit f5637205cb
2 changed files with 7 additions and 11 deletions

View file

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