This commit is contained in:
syuilo 2018-02-13 12:32:00 +09:00
parent 1136457fb8
commit e1cbaf2c5a
3 changed files with 13 additions and 3 deletions

View file

@ -5,9 +5,11 @@ import signup from './signup.vue';
import forkit from './forkit.vue';
import nav from './nav.vue';
import postHtml from './post-html';
import reactionIcon from './reaction-icon.vue';
Vue.component('mk-signin', signin);
Vue.component('mk-signup', signup);
Vue.component('mk-forkit', forkit);
Vue.component('mk-nav', nav);
Vue.component('mk-post-html', postHtml);
Vue.component('mk-reaction-icon', reactionIcon);