wip
This commit is contained in:
parent
e1259409e9
commit
78160188d9
6 changed files with 58 additions and 19 deletions
|
|
@ -5,8 +5,6 @@ import uiNotification from './ui-notification.vue';
|
|||
import home from './home.vue';
|
||||
import timeline from './timeline.vue';
|
||||
import posts from './posts.vue';
|
||||
import postsPost from './posts-post.vue';
|
||||
import postsPostSub from './posts-post-sub.vue';
|
||||
import subPostContent from './sub-post-content.vue';
|
||||
import window from './window.vue';
|
||||
import postFormWindow from './post-form-window.vue';
|
||||
|
|
@ -43,8 +41,6 @@ Vue.component('mk-ui-notification', uiNotification);
|
|||
Vue.component('mk-home', home);
|
||||
Vue.component('mk-timeline', timeline);
|
||||
Vue.component('mk-posts', posts);
|
||||
Vue.component('mk-posts-post', postsPost);
|
||||
Vue.component('mk-posts-post-sub', postsPostSub);
|
||||
Vue.component('mk-sub-post-content', subPostContent);
|
||||
Vue.component('mk-window', window);
|
||||
Vue.component('mk-post-form-window', postFormWindow);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue