mk-images -> mk-media-list, mk-images-image -> mk-media-image
This commit is contained in:
parent
6417c3b780
commit
2dba24d0da
14 changed files with 32 additions and 32 deletions
|
|
@ -11,7 +11,7 @@ import reactionIcon from './reaction-icon.vue';
|
|||
import reactionsViewer from './reactions-viewer.vue';
|
||||
import time from './time.vue';
|
||||
import timer from './timer.vue';
|
||||
import images from './images.vue';
|
||||
import mediaList from './media-list.vue';
|
||||
import uploader from './uploader.vue';
|
||||
import specialMessage from './special-message.vue';
|
||||
import streamIndicator from './stream-indicator.vue';
|
||||
|
|
@ -36,7 +36,7 @@ Vue.component('mk-reaction-icon', reactionIcon);
|
|||
Vue.component('mk-reactions-viewer', reactionsViewer);
|
||||
Vue.component('mk-time', time);
|
||||
Vue.component('mk-timer', timer);
|
||||
Vue.component('mk-images', images);
|
||||
Vue.component('mk-media-list', mediaList);
|
||||
Vue.component('mk-uploader', uploader);
|
||||
Vue.component('mk-special-message', specialMessage);
|
||||
Vue.component('mk-stream-indicator', streamIndicator);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue