wip
This commit is contained in:
parent
1136457fb8
commit
e1cbaf2c5a
3 changed files with 13 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue