This commit is contained in:
syuilo 2018-02-11 23:26:35 +09:00
parent a0f3182a0a
commit ea2b5a5aac
6 changed files with 105 additions and 59 deletions

View file

@ -4,8 +4,10 @@ import signin from './signin.vue';
import signup from './signup.vue';
import forkit from './forkit.vue';
import nav from './nav.vue';
import postHtml from './post-html';
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);