wip
This commit is contained in:
parent
4785ee8c32
commit
ebbc42bebc
11 changed files with 19 additions and 63 deletions
|
|
@ -9,7 +9,6 @@ import ellipsis from './ellipsis.vue';
|
|||
import time from './time.vue';
|
||||
import url from './url.vue';
|
||||
import loading from './loading.vue';
|
||||
import SequentialEntrance from './sequential-entrance.vue';
|
||||
import error from './error.vue';
|
||||
import streamIndicator from './stream-indicator.vue';
|
||||
|
||||
|
|
@ -23,5 +22,4 @@ Vue.component('mk-time', time);
|
|||
Vue.component('mk-url', url);
|
||||
Vue.component('mk-loading', loading);
|
||||
Vue.component('mk-error', error);
|
||||
Vue.component('sequential-entrance', SequentialEntrance);
|
||||
Vue.component('stream-indicator', streamIndicator);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue