From 27c6f6909169aa0532b606c110ca0cbdd2ebea41 Mon Sep 17 00:00:00 2001 From: vben Date: Tue, 16 Feb 2021 10:59:25 +0800 Subject: [PATCH] chore: useErrorHandle default hidden --- package.json | 18 +- .../default/header/components/ErrorAction.vue | 8 +- .../components/user-dropdown/DropMenuItem.vue | 5 +- .../header/components/user-dropdown/index.vue | 2 +- src/settings/projectSetting.ts | 3 +- src/types/window.d.ts | 1 - vite.config.ts | 3 - yarn.lock | 166 +++++++++--------- 8 files changed, 101 insertions(+), 105 deletions(-) diff --git a/package.json b/package.json index d700f9b9..5e1e4004 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,9 @@ }, "dependencies": { "@iconify/iconify": "^2.0.0-rc.6", - "@vueuse/core": "^4.1.0", + "@vueuse/core": "^4.1.1", "ant-design-vue": "2.0.0", - "apexcharts": "^3.24.0", + "apexcharts": "^3.25.0", "axios": "^0.21.1", "crypto-es": "^1.2.7", "echarts": "^4.9.0", @@ -66,9 +66,9 @@ "@types/sortablejs": "^1.10.6", "@types/yargs": "^16.0.0", "@types/zxcvbn": "^4.4.0", - "@typescript-eslint/eslint-plugin": "^4.15.0", - "@typescript-eslint/parser": "^4.15.0", - "@vitejs/plugin-legacy": "^1.3.0", + "@typescript-eslint/eslint-plugin": "^4.15.1", + "@typescript-eslint/parser": "^4.15.1", + "@vitejs/plugin-legacy": "^1.3.1", "@vitejs/plugin-vue": "^1.1.4", "@vitejs/plugin-vue-jsx": "^1.1.0", "@vue/compiler-sfc": "^3.0.5", @@ -79,10 +79,10 @@ "conventional-changelog-cli": "^2.1.1", "cross-env": "^7.0.3", "dotenv": "^8.2.0", - "eslint": "^7.19.0", + "eslint": "^7.20.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-prettier": "^3.3.1", - "eslint-plugin-vue": "^7.5.0", + "eslint-plugin-vue": "^7.6.0", "esno": "^0.4.3", "fs-extra": "^9.1.0", "http-server": "^0.12.3", @@ -99,7 +99,7 @@ "stylelint-order": "^4.1.0", "ts-node": "^9.1.1", "typescript": "^4.1.5", - "vite": "2.0.0-beta.69", + "vite": "2.0.0-beta.70", "vite-plugin-compression": "^0.2.1", "vite-plugin-html": "^2.0.0", "vite-plugin-imagemin": "^0.2.6", @@ -108,7 +108,7 @@ "vite-plugin-pwa": "^0.4.6", "vite-plugin-style-import": "^0.7.2", "vite-plugin-theme": "^0.4.3", - "vue-eslint-parser": "^7.4.1", + "vue-eslint-parser": "^7.5.0", "yargs": "^16.2.0" }, "resolutions": { diff --git a/src/layouts/default/header/components/ErrorAction.vue b/src/layouts/default/header/components/ErrorAction.vue index 1d496415..7ed2522b 100644 --- a/src/layouts/default/header/components/ErrorAction.vue +++ b/src/layouts/default/header/components/ErrorAction.vue @@ -6,22 +6,24 @@ @click="handleToErrorList" > - +