From 81b88795c07088ec2854e517b987a775f55a20fc Mon Sep 17 00:00:00 2001 From: lbw Date: Wed, 29 Mar 2023 20:46:36 +0800 Subject: [PATCH] up element 2.3.1 --- package-lock.json | 17 +- package.json | 2 +- src/App.vue | 3 - src/api/login/index.ts | 10 +- src/layout/component/columnsAside.vue | 446 ++++++++++--------- src/layout/component/main.vue | 3 - src/layout/main/classic.vue | 3 - src/layout/main/columns.vue | 3 - src/layout/main/defaults.vue | 3 - src/layout/main/transverse.vue | 3 - src/layout/navBars/breadcrumb/breadcrumb.vue | 3 - src/layout/navBars/breadcrumb/index.vue | 3 - src/layout/navBars/breadcrumb/search.vue | 3 - src/layout/navBars/breadcrumb/user.vue | 2 - src/layout/navBars/tagsView/tagsView.vue | 2 - src/layout/navMenu/horizontal.vue | 4 +- src/layout/navMenu/vertical.vue | 4 +- src/layout/routerView/iframes.vue | 3 - src/layout/routerView/link.vue | 2 - src/layout/routerView/parent.vue | 3 - src/router/frontEnd.ts | 1 - src/views/error/404.vue | 2 - src/views/gen/gener/index.vue | 3 - src/views/gen/table/index.vue | 1 - src/views/home/schedule/calendar.vue | 2 +- 25 files changed, 249 insertions(+), 282 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d4bdf39..badbc98e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "axios": "^1.3.3", "crypto-js": "^3.1.9-1", "echarts": "^5.4.1", - "element-plus": "^2.2.32", + "element-plus": "2.3.1", "form-designer": "^0.0.2", "highlight.js": "^11.7.0", "js-cookie": "^3.0.1", @@ -1736,9 +1736,9 @@ } }, "node_modules/element-plus": { - "version": "2.2.33", - "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.2.33.tgz", - "integrity": "sha512-E/PmMnv4+4I9Ue0ZDfx2gGgGj4iBlTCWcES3o4jxfYjayFlcQO3UvElJzhaJZ8vDm9yfNN7t2w/xYOhsSYCNNg==", + "version": "2.3.1", + "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.3.1.tgz", + "integrity": "sha512-IBS7ic1mRyDXpOreRkredV4ByZSuax5HPb0zNOHm4qwKC4wm927yQv+Is0JbzxPzCW5zWaV4PLy9/Gl3E3v59w==", "license": "MIT", "dependencies": { "@ctrl/tinycolor": "^3.4.1", @@ -1756,6 +1756,9 @@ "lodash-unified": "^1.0.2", "memoize-one": "^6.0.0", "normalize-wheel-es": "^1.2.0" + }, + "peerDependencies": { + "vue": "^3.2.0" } }, "node_modules/emoji-regex": { @@ -5720,9 +5723,9 @@ } }, "element-plus": { - "version": "2.2.33", - "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.2.33.tgz", - "integrity": "sha512-E/PmMnv4+4I9Ue0ZDfx2gGgGj4iBlTCWcES3o4jxfYjayFlcQO3UvElJzhaJZ8vDm9yfNN7t2w/xYOhsSYCNNg==", + "version": "2.3.1", + "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.3.1.tgz", + "integrity": "sha512-IBS7ic1mRyDXpOreRkredV4ByZSuax5HPb0zNOHm4qwKC4wm927yQv+Is0JbzxPzCW5zWaV4PLy9/Gl3E3v59w==", "requires": { "@ctrl/tinycolor": "^3.4.1", "@element-plus/icons-vue": "^2.0.6", diff --git a/package.json b/package.json index 950bfe97..a04c29a2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "axios": "^1.3.3", "crypto-js": "^3.1.9-1", "echarts": "^5.4.1", - "element-plus": "^2.2.32", + "element-plus": "2.3.1", "form-designer": "^0.0.2", "highlight.js": "^11.7.0", "js-cookie": "^3.0.1", diff --git a/src/App.vue b/src/App.vue index bbfcd893..0354d1d3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,10 +8,7 @@ diff --git a/src/layout/component/main.vue b/src/layout/component/main.vue index 013375e8..d9f1e85e 100644 --- a/src/layout/component/main.vue +++ b/src/layout/component/main.vue @@ -15,9 +15,6 @@