wip
This commit is contained in:
parent
a0f3182a0a
commit
ea2b5a5aac
6 changed files with 105 additions and 59 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue