[Client] Some optimizations
This commit is contained in:
parent
0dcb527bf3
commit
a63ec05e41
7 changed files with 17 additions and 11 deletions
|
@ -5,7 +5,6 @@ import muteAndBlock from './mute-and-block.vue';
|
|||
import error from './error.vue';
|
||||
import apiSettings from './api-settings.vue';
|
||||
import passwordSettings from './password-settings.vue';
|
||||
import driveSettings from './drive-settings.vue';
|
||||
import profileEditor from './profile-editor.vue';
|
||||
import noteSkeleton from './note-skeleton.vue';
|
||||
import theme from './theme.vue';
|
||||
|
@ -57,7 +56,6 @@ Vue.component('mk-mute-and-block', muteAndBlock);
|
|||
Vue.component('mk-error', error);
|
||||
Vue.component('mk-api-settings', apiSettings);
|
||||
Vue.component('mk-password-settings', passwordSettings);
|
||||
Vue.component('mk-drive-settings', driveSettings);
|
||||
Vue.component('mk-profile-editor', profileEditor);
|
||||
Vue.component('mk-note-skeleton', noteSkeleton);
|
||||
Vue.component('mk-theme', theme);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue