Skip to content

Commit

Permalink
feat: 🚀 solve the problem of keepAlive on the details page
Browse files Browse the repository at this point in the history
  • Loading branch information
HalseySpicy committed Mar 4, 2024
1 parent 0424ca1 commit f1068dd
Show file tree
Hide file tree
Showing 16 changed files with 5,569 additions and 7,923 deletions.
1 change: 0 additions & 1 deletion build/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const createVitePlugins = (viteEnv: ViteEnv): (PluginOption | PluginOptio
// 注入变量到 html 文件
createHtmlPlugin({
minify: true,
viteNext: true,
inject: {
data: { title: VITE_GLOB_APP_TITLE }
}
Expand Down
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,67 +36,67 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^10.7.1",
"@vueuse/core": "^10.9.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.6.3",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"driver.js": "^1.3.1",
"echarts": "^5.4.3",
"echarts": "^5.5.0",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.4.4",
"element-plus": "^2.6.0",
"md5": "^2.3.0",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qs": "^6.11.2",
"screenfull": "^6.0.2",
"sortablejs": "^1.15.1",
"vue": "^3.4.3",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
"sortablejs": "^1.15.2",
"vue": "^3.4.21",
"vue-i18n": "^9.10.1",
"vue-router": "^4.3.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/md5": "^2.3.5",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.11",
"@types/sortablejs": "^1.15.7",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-vue": "^5.0.2",
"@types/qs": "^6.9.12",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.16",
"cz-git": "^1.8.0",
"czg": "^1.8.0",
"eslint": "^8.56.0",
"autoprefixer": "^10.4.18",
"cz-git": "1.9.0",
"czg": "^1.9.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-vue": "^9.19.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"postcss": "^8.4.32",
"postcss-html": "^1.5.0",
"prettier": "^3.1.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.22.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"postcss-html": "^1.6.0",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.7",
"sass": "^1.71.1",
"standard-version": "^9.5.0",
"stylelint": "^16.1.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recess-order": "^5.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"typescript": "^5.3.3",
"unplugin-vue-setup-extend-plus": "^1.0.0",
"vite": "^5.0.10",
"unplugin-vue-setup-extend-plus": "^1.0.1",
"vite": "^5.1.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.8.27"
Expand Down
Loading

0 comments on commit f1068dd

Please sign in to comment.