Refactoring
This commit is contained in:
parent
7c91915e50
commit
7dcea49be7
6 changed files with 17 additions and 98 deletions
|
|
@ -3,7 +3,6 @@ import Vue from 'vue';
|
|||
import ui from './ui.vue';
|
||||
import note from './note.vue';
|
||||
import notes from './notes.vue';
|
||||
import mediaImage from './media-image.vue';
|
||||
import mediaVideo from './media-video.vue';
|
||||
import notePreview from './note-preview.vue';
|
||||
import subNoteContent from './sub-note-content.vue';
|
||||
|
|
@ -24,7 +23,6 @@ import postForm from './post-form.vue';
|
|||
Vue.component('mk-ui', ui);
|
||||
Vue.component('mk-note', note);
|
||||
Vue.component('mk-notes', notes);
|
||||
Vue.component('mk-media-image', mediaImage);
|
||||
Vue.component('mk-media-video', mediaVideo);
|
||||
Vue.component('mk-note-preview', notePreview);
|
||||
Vue.component('mk-sub-note-content', subNoteContent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue