From 42eb52bd88b7de9cca2a7f0a300681f4c790349a Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Wed, 10 Nov 2021 07:04:19 +0800 Subject: [PATCH] fix: update --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- src/layout/components/sidebar/sidebarItem.vue | 14 +++++++------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 20cf5e685..d14768e05 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@vue/compiler-sfc": "^3.2.21", "@vue/eslint-config-prettier": "6.0.0", "@vue/eslint-config-typescript": "7.0.0", - "@zougt/vite-plugin-theme-preprocessor": "^1.3.5", + "@zougt/vite-plugin-theme-preprocessor": "^1.3.7", "autoprefixer": "10.2.4", "babel-plugin-transform-remove-console": "6.9.4", "chalk": "2.4.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 336fba3d3..d2b71c4c6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,7 +20,7 @@ specifiers: "@vue/eslint-config-typescript": 7.0.0 "@vueuse/core": ^6.7.1 "@vueuse/motion": ^2.0.0-beta.4 - "@zougt/vite-plugin-theme-preprocessor": ^1.3.5 + "@zougt/vite-plugin-theme-preprocessor": ^1.3.7 animate.css: ^4.1.1 autoprefixer: 10.2.4 await-to-js: ^3.0.0 @@ -137,7 +137,7 @@ devDependencies: "@vue/compiler-sfc": 3.2.21 "@vue/eslint-config-prettier": 6.0.0_82e4252401b0cc5be86f7c2133946f49 "@vue/eslint-config-typescript": 7.0.0_e03d82996bd4a66fb128f33523d782ea - "@zougt/vite-plugin-theme-preprocessor": 1.3.5_sass@1.43.4 + "@zougt/vite-plugin-theme-preprocessor": 1.3.7_sass@1.43.4 autoprefixer: 10.2.4_postcss@8.2.6 babel-plugin-transform-remove-console: 6.9.4 chalk: 2.4.2 @@ -1540,10 +1540,10 @@ packages: sass: 1.43.4 dev: true - /@zougt/vite-plugin-theme-preprocessor/1.3.5_sass@1.43.4: + /@zougt/vite-plugin-theme-preprocessor/1.3.7_sass@1.43.4: resolution: { - integrity: sha512-vOp/nIKLe3oKY6W50iJjPgh/vw5RwCX0hMcaDvBdEhTdQjw9jBLosvBCoe5LuM/Wx0eNmng0b/3Svw+/Iji4yw== + integrity: sha512-ezZQ0cgZlMKyVSRe8cj7P8LDcDhweOolO7by84XvDwcq2Qbfqi/4xTrQI54Q+3lvXHE9J0ausDp0ERGUg0t+pw== } engines: { node: ">= 12.0.0" } dependencies: diff --git a/src/layout/components/sidebar/sidebarItem.vue b/src/layout/components/sidebar/sidebarItem.vue index ea2e28ad7..960b52ec4 100644 --- a/src/layout/components/sidebar/sidebarItem.vue +++ b/src/layout/components/sidebar/sidebarItem.vue @@ -93,13 +93,13 @@ function resolvePath(routePath) {