wip
This commit is contained in:
parent
4980b86d64
commit
acfa2ef028
2 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ import nav from './nav.vue';
|
|||
import postHtml from './post-html';
|
||||
import reactionIcon from './reaction-icon.vue';
|
||||
import time from './time.vue';
|
||||
import images from './images.vue';
|
||||
|
||||
Vue.component('mk-signin', signin);
|
||||
Vue.component('mk-signup', signup);
|
||||
|
|
@ -15,3 +16,4 @@ Vue.component('mk-nav', nav);
|
|||
Vue.component('mk-post-html', postHtml);
|
||||
Vue.component('mk-reaction-icon', reactionIcon);
|
||||
Vue.component('mk-time', time);
|
||||
Vue.component('mk-images', images);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue