fix: theme switching fails

This commit is contained in:
vben
2021-05-27 00:16:58 +08:00
parent 8eaf575626
commit 7e2ca79ece
2 changed files with 73 additions and 42 deletions

View File

@@ -63,7 +63,7 @@
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@iconify/json": "^1.1.348",
"@iconify/json": "^1.1.349",
"@purge-icons/generated": "^0.7.0",
"@types/codemirror": "^5.60.0",
"@types/crypto-js": "^4.0.1",
@@ -81,7 +81,7 @@
"@vitejs/plugin-vue": "^1.2.2",
"@vitejs/plugin-vue-jsx": "^1.1.4",
"@vue/compiler-sfc": "3.1.0-beta.4",
"autoprefixer": "^10.2.5",
"autoprefixer": "^10.2.6",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
@@ -110,7 +110,7 @@
"stylelint-order": "^4.1.0",
"ts-node": "^10.0.0",
"typescript": "4.2.4",
"vite": "2.3.4",
"vite": "2.3.3",
"vite-plugin-compression": "^0.2.5",
"vite-plugin-html": "^2.0.7",
"vite-plugin-imagemin": "^0.3.2",
@@ -119,7 +119,7 @@
"vite-plugin-pwa": "^0.7.3",
"vite-plugin-style-import": "^0.10.1",
"vite-plugin-svg-icons": "^0.6.1",
"vite-plugin-theme": "^0.7.1",
"vite-plugin-theme": "^0.8.0",
"vite-plugin-windicss": "0.16.0",
"vue-eslint-parser": "^7.6.0",
"vue-tsc": "^0.1.6"
@@ -127,7 +127,7 @@
"resolutions": {
"//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
"bin-wrapper": "npm:bin-wrapper-china",
"rollup": "^2.50.0"
"rollup": "^2.50.1"
},
"repository": {
"type": "git",