forked from FoundKeyGang/FoundKey
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);
|
||||
|
|
|
@ -20,7 +20,6 @@ import postFormWindow from './post-form-window.vue';
|
|||
import repostFormWindow from './repost-form-window.vue';
|
||||
import analogClock from './analog-clock.vue';
|
||||
import ellipsisIcon from './ellipsis-icon.vue';
|
||||
import images from './images.vue';
|
||||
import imagesImage from './images-image.vue';
|
||||
import imagesImageDialog from './images-image-dialog.vue';
|
||||
import notifications from './notifications.vue';
|
||||
|
@ -47,7 +46,6 @@ Vue.component('mk-post-form-window', postFormWindow);
|
|||
Vue.component('mk-repost-form-window', repostFormWindow);
|
||||
Vue.component('mk-analog-clock', analogClock);
|
||||
Vue.component('mk-ellipsis-icon', ellipsisIcon);
|
||||
Vue.component('mk-images', images);
|
||||
Vue.component('mk-images-image', imagesImage);
|
||||
Vue.component('mk-images-image-dialog', imagesImageDialog);
|
||||
Vue.component('mk-notifications', notifications);
|
||||
|
|
Loading…
Reference in a new issue