[Client] Fix #3213
This commit is contained in:
parent
4a6722b9e9
commit
7896242f57
15 changed files with 196 additions and 320 deletions
|
|
@ -10,7 +10,6 @@ import subNoteContent from './sub-note-content.vue';
|
|||
import noteCard from './note-card.vue';
|
||||
import userCard from './user-card.vue';
|
||||
import noteDetail from './note-detail.vue';
|
||||
import followButton from './follow-button.vue';
|
||||
import friendsMaker from './friends-maker.vue';
|
||||
import notification from './notification.vue';
|
||||
import notifications from './notifications.vue';
|
||||
|
|
@ -33,7 +32,6 @@ Vue.component('mk-sub-note-content', subNoteContent);
|
|||
Vue.component('mk-note-card', noteCard);
|
||||
Vue.component('mk-user-card', userCard);
|
||||
Vue.component('mk-note-detail', noteDetail);
|
||||
Vue.component('mk-follow-button', followButton);
|
||||
Vue.component('mk-friends-maker', friendsMaker);
|
||||
Vue.component('mk-notification', notification);
|
||||
Vue.component('mk-notifications', notifications);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue