perf: theme

This commit is contained in:
xiaoxian521
2021-12-21 16:57:35 +08:00
parent 903e298951
commit 7bcd8a800a
3 changed files with 23 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ import { useAppStoreHook } from "/@/store/modules/app";
import { useEpThemeStoreHook } from "/@/store/modules/epTheme";
import { storageLocal, storageSession } from "/@/utils/storage";
import { useMultiTagsStoreHook } from "/@/store/modules/multiTags";
import { createNewStyle, writeNewStyle } from "/@/utils/theme";
import { createNewStyle, writeNewStyle } from "../../theme/element-plus";
import { toggleTheme } from "@zougt/vite-plugin-theme-preprocessor/dist/browser-utils";
const router = useRouter();