From f6ff10c4a93d3eeb4de623e54d27d98867da58b1 Mon Sep 17 00:00:00 2001
From: lyt-Top <1105290566@qq.com>
Date: Sun, 29 Aug 2021 18:45:29 +0800
Subject: [PATCH] =?UTF-8?q?'admin-21.08.29:=E4=BF=AE=E5=A4=8D=E4=BC=98?=
=?UTF-8?q?=E5=8C=96=E8=AF=B8=E5=A4=9A=E5=86=85=E5=AE=B9=EF=BC=8C=E8=AF=B7?=
=?UTF-8?q?=E6=9F=A5=E7=9C=8BCHANGELOG.md=E6=96=87=E4=BB=B6'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
CHANGELOG.md | 10 +++++++++
package.json | 26 +++++++++++------------
src/components/auth/auth.vue | 4 +---
src/components/auth/authAll.vue | 4 +---
src/components/auth/auths.vue | 4 +---
src/i18n/lang/en.ts | 1 +
src/i18n/lang/zh-cn.ts | 1 +
src/i18n/lang/zh-tw.ts | 1 +
src/layout/navBars/breadcrumb/setings.vue | 12 ++++++++++-
src/layout/navMenu/horizontal.vue | 4 ++--
src/layout/navMenu/subItem.vue | 4 ++--
src/layout/navMenu/vertical.vue | 4 ++--
src/main.ts | 2 +-
src/theme/app.scss | 5 +++--
src/theme/element.scss | 26 +++++++++++------------
15 files changed, 63 insertions(+), 45 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d17f8dd..af40e22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
🎉🎉🔥 `vue-next-admin` 基于 vue3.x 、Typescript、vite、Element plus 等,适配手机、平板、pc 的后台开源免费模板库(vue2.x 请切换 vue-prev-admin 分支)
+## 1.0.18
+
+`2021.08.29`
+
+- 🌟 更新 依赖更新最新版本
+- 🎯 优化 权限组件去掉顶级 div(`/src/components/auth`)
+- 🎉 新增 布局配置添加恢复默认按钮
+- 🐞 修复 升级 element plus 1.1.0-beta.7后项目无法启动、el-menu 菜单
+- 🐞 修复 表格固定列时的层级、设置了相对定位时,遮挡左侧导航菜单问题
+
## 1.0.17
`2021.08.22`
diff --git a/package.json b/package.json
index 7dda69b..5c2dad7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-next-admin",
- "version": "1.0.16",
+ "version": "1.0.18",
"scripts": {
"dev": "vite",
"build": "vite build",
@@ -13,7 +13,7 @@
"echarts": "^5.1.2",
"echarts-gl": "^2.0.8",
"echarts-wordcloud": "^2.0.0",
- "element-plus": "^1.0.2-beta.71",
+ "element-plus": "^1.1.0-beta.7",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"print-js": "^1.6.0",
@@ -21,11 +21,11 @@
"screenfull": "^5.1.0",
"sortablejs": "^1.14.0",
"splitpanes": "^3.0.4",
- "vue": "^3.1.5",
+ "vue": "^3.2.6",
"vue-clipboard3": "^1.0.1",
"vue-grid-layout": "^3.0.0-beta1",
"vue-i18n": "^9.1.7",
- "vue-router": "^4.0.10",
+ "vue-router": "^4.0.11",
"vue-web-screen-shot": "^1.2.0",
"vuex": "^4.0.2",
"wangeditor": "^4.7.7"
@@ -33,21 +33,21 @@
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/clipboard": "^2.0.1",
- "@types/node": "^16.7.1",
+ "@types/node": "^16.7.5",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.10.7",
- "@typescript-eslint/eslint-plugin": "^4.29.2",
- "@typescript-eslint/parser": "^4.29.2",
- "@vitejs/plugin-vue": "^1.4.0",
- "@vue/compiler-sfc": "^3.2.4",
+ "@typescript-eslint/eslint-plugin": "^4.29.3",
+ "@typescript-eslint/parser": "^4.29.3",
+ "@vitejs/plugin-vue": "^1.6.0",
+ "@vue/compiler-sfc": "^3.2.6",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
- "eslint-plugin-vue": "^7.16.0",
+ "eslint-plugin-vue": "^7.17.0",
"prettier": "^2.3.2",
- "sass": "^1.38.0",
+ "sass": "^1.38.2",
"sass-loader": "^12.1.0",
- "typescript": "^4.3.5",
- "vite": "^2.5.0",
+ "typescript": "^4.4.2",
+ "vite": "^2.5.1",
"vue-eslint-parser": "^7.10.0"
},
"browserslist": [
diff --git a/src/components/auth/auth.vue b/src/components/auth/auth.vue
index f7353da..a3b6528 100644
--- a/src/components/auth/auth.vue
+++ b/src/components/auth/auth.vue
@@ -1,7 +1,5 @@
-
-
-
+