Skip to content

Commit

Permalink
fix: route keepAlive inoperative
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Feb 28, 2024
1 parent 48ab779 commit 8264662
Show file tree
Hide file tree
Showing 24 changed files with 1,837 additions and 1,956 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ public-hoist-pattern[]=core-js
# 极不推荐用这样的方式解决依赖问题,这样没有充分利用 pnpm 依赖访问安全性的优势,又走回了 npm / yarn 的老路。
# shamefully-hoist=true

enable-pre-post-scripts=true
enable-pre-post-scripts=true
engine-strict=true
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@ant-design/icons-vue": "~7.0.1",
"@iconify/vue": "^4.1.1",
"@tinymce/tinymce-vue": "^5.1.1",
"@vueuse/core": "~10.8.0",
"@vueuse/core": "~10.9.0",
"ant-design-vue": "~4.1.2",
"axios": "~1.6.7",
"dayjs": "~1.11.10",
Expand All @@ -56,7 +56,7 @@
"qs": "~6.11.2",
"sortablejs": "~1.15.2",
"tinymce": "^6.8.3",
"vue": "~3.4.19",
"vue": "~3.4.20",
"vue-echarts": "^6.6.9",
"vue-i18n": "9.9.1",
"vue-router": "~4.3.0",
Expand All @@ -73,8 +73,8 @@
"@iconify/json": "^2.2.180",
"@types/lodash-es": "~4.17.12",
"@types/node": "~20.11.16",
"@typescript-eslint/eslint-plugin": "~7.0.2",
"@typescript-eslint/parser": "~7.0.2",
"@typescript-eslint/eslint-plugin": "~7.1.0",
"@typescript-eslint/parser": "~7.1.0",
"@umijs/openapi": "^1.10.1",
"@vitejs/plugin-vue": "~5.0.4",
"@vitejs/plugin-vue-jsx": "~3.1.0",
Expand All @@ -89,13 +89,13 @@
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-prettier": "~5.1.3",
"eslint-plugin-vue": "~9.22.0",
"husky": "~9.0.10",
"husky": "~9.0.11",
"less": "~4.2.0",
"lightningcss": "^1.24.0",
"lint-staged": "~15.2.2",
"mockjs": "~1.1.0",
"msw": "^2.2.1",
"postcss": "~8.4.34",
"postcss": "~8.4.35",
"postcss-html": "~1.6.0",
"postcss-less": "~6.0.0",
"prettier": "~3.2.5",
Expand All @@ -115,7 +115,7 @@
"unplugin-vue-components": "~0.26.0",
"vite": "~5.1.4",
"vite-plugin-checker": "~0.6.4",
"vite-plugin-mkcert": "^1.17.3",
"vite-plugin-mkcert": "^1.17.4",
"vite-plugin-svg-icons": "~2.0.1",
"vue-eslint-parser": "~9.4.2",
"vue-tsc": "~1.8.27"
Expand Down
Loading

0 comments on commit 8264662

Please sign in to comment.