wip
This commit is contained in:
parent
bc8a0083e2
commit
6ab0c386cb
6 changed files with 432 additions and 326 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import Vue from 'vue';
|
||||
|
||||
import ui from './ui.vue';
|
||||
import timeline from './timeline.vue';
|
||||
import note from './note.vue';
|
||||
import notes from './notes.vue';
|
||||
import mediaImage from './media-image.vue';
|
||||
|
|
@ -24,7 +23,6 @@ import activity from './activity.vue';
|
|||
import widgetContainer from './widget-container.vue';
|
||||
|
||||
Vue.component('mk-ui', ui);
|
||||
Vue.component('mk-timeline', timeline);
|
||||
Vue.component('mk-note', note);
|
||||
Vue.component('mk-notes', notes);
|
||||
Vue.component('mk-media-image', mediaImage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue