wip
This commit is contained in:
parent
c775e7d965
commit
f789f111c1
4 changed files with 80 additions and 60 deletions
|
|
@ -6,6 +6,7 @@ import forkit from './forkit.vue';
|
|||
import nav from './nav.vue';
|
||||
import postHtml from './post-html';
|
||||
import reactionIcon from './reaction-icon.vue';
|
||||
import time from './time.vue';
|
||||
|
||||
Vue.component('mk-signin', signin);
|
||||
Vue.component('mk-signup', signup);
|
||||
|
|
@ -13,3 +14,4 @@ Vue.component('mk-forkit', forkit);
|
|||
Vue.component('mk-nav', nav);
|
||||
Vue.component('mk-post-html', postHtml);
|
||||
Vue.component('mk-reaction-icon', reactionIcon);
|
||||
Vue.component('mk-time', time);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue