[Client] Fix #3213
This commit is contained in:
parent
4a6722b9e9
commit
7896242f57
15 changed files with 196 additions and 320 deletions
|
|
@ -14,7 +14,6 @@ import mediaVideo from './media-video.vue';
|
|||
import notifications from './notifications.vue';
|
||||
import noteForm from './post-form.vue';
|
||||
import renoteForm from './renote-form.vue';
|
||||
import followButton from './follow-button.vue';
|
||||
import notePreview from './note-preview.vue';
|
||||
import noteDetail from './note-detail.vue';
|
||||
import settings from './settings.vue';
|
||||
|
|
@ -39,7 +38,6 @@ Vue.component('mk-media-video', mediaVideo);
|
|||
Vue.component('mk-notifications', notifications);
|
||||
Vue.component('mk-post-form', noteForm);
|
||||
Vue.component('mk-renote-form', renoteForm);
|
||||
Vue.component('mk-follow-button', followButton);
|
||||
Vue.component('mk-note-preview', notePreview);
|
||||
Vue.component('mk-note-detail', noteDetail);
|
||||
Vue.component('mk-settings', settings);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue