chore: fix types

This commit is contained in:
vben
2020-12-21 22:20:01 +08:00
parent 5eecec0312
commit aafbb05236
7 changed files with 23 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ import {
updateColorWeak,
updateHeaderBgColor,
updateSidebarBgColor,
} from '/@/setup/theme';
} from '/@/logics/theme';
import { appStore } from '/@/store/modules/app';
import { deepMerge } from '/@/utils';