fix(frontend): インストールしたテーマがテーマ一覧にすぐ反映されない
This commit is contained in:
parent
08072e294b
commit
1c683c3fcc
5 changed files with 34 additions and 49 deletions
|
|
@ -86,10 +86,9 @@ import MkCodeEditor from '@/components/MkCodeEditor.vue';
|
|||
import MkTextarea from '@/components/MkTextarea.vue';
|
||||
import MkFolder from '@/components/MkFolder.vue';
|
||||
import { $i } from '@/i.js';
|
||||
import { applyTheme } from '@/theme.js';
|
||||
import { addTheme, applyTheme } from '@/theme.js';
|
||||
import * as os from '@/os.js';
|
||||
import { store } from '@/store.js';
|
||||
import { addTheme } from '@/theme-store.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
import { useLeaveGuard } from '@/use/use-leave-guard.js';
|
||||
import { definePage } from '@/page.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue