From 49c6356e3516e40cb45a0491edc64598133eabbf Mon Sep 17 00:00:00 2001 From: lyt-Top <1105290566@qq.com> Date: Tue, 1 Jun 2021 20:26:35 +0800 Subject: [PATCH] =?UTF-8?q?'admin-21.06.01:=E4=BF=AE=E5=A4=8D=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=90=9C=E7=B4=A2=E4=B8=AD=E6=96=87=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E6=90=9C=E7=B4=A2=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E6=84=9F=E8=B0=A2=E7=BE=A4=E5=8F=8B@=E9=80=8D=E9=81=A5?= =?UTF-8?q?=E5=A4=A9=E6=84=8F'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ README.md | 20 +++++++++---------- package.json | 10 +++++----- .../layout/navBars/breadcrumb/search.vue | 5 ++++- 4 files changed, 26 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de6f53e..b8da395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 🎉🎉🔥 `vue-next-admin` 基于 vue3.x 、Typescript、vite、Element plus 等,适配手机、平板、pc 的后台开源免费模板库(vue2.x 请切换 vue-prev-admin 分支) +## 1.0.2 + +`2021.06.01` + +- 🌟 更新 依赖更新最新版本 +- 🐞 修复 菜单搜索中文不可以搜索的问题,感谢群友@逍遥天意 + ## 1.0.1 `2021.05.31` diff --git a/README.md b/README.md index a969e66..230a217 100644 --- a/README.md +++ b/README.md @@ -20,26 +20,26 @@

 

-#### 介绍 +#### 🌈 介绍 基于 vue3.x + CompositionAPI + typescript + vite + element plus + vue-router-next + next.vuex,适配手机、平板、pc 的后台开源免费模板,希望减少工作量,帮助大家实现快速开发。 -#### 线上预览 +#### ⛱️ 线上预览 - vue3.x 版本预览(vue-next-admin)https://lyt-top.gitee.io/vue-next-admin-preview/#/login - vue2.x 版本预览(vue-prev-admin)https://lyt-top.gitee.io/vue-prev-admin-preview/#/login -#### 代码仓库 +#### 💒 代码仓库 - vue3.x 版本 https://gitee.com/lyt-top/vue-next-admin - vue2.x 版本 https://gitee.com/lyt-top/vue-next-admin/tree/vue-prev-admin -#### 安装 cnpm、yarn +#### 🚧 安装 cnpm、yarn - 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org` - 复制代码(桌面 cmd 运行) `npm install -g yarn` -#### 使用说明 +#### ⚡ 使用说明 建议使用 cnpm,因为 yarn 有时会报错。 @@ -60,7 +60,7 @@ cnpm run dev cnpm run build ``` -#### git 命令 +#### 🍉 git 命令 - 在本地新建一个分支:`git branch newBranch` - 切换到你的新分支:`git checkout newBranch` @@ -69,7 +69,7 @@ cnpm run build - 在 github 远程端删除一个分支:`git push origin :newBranch (分支名前的冒号代表删除)` - 注意删除远程分支后,如果有对应的本地分支,本地分支并不会同步删除! -#### 学习交流加 QQ 群 +#### 💯 学习交流加 QQ 群 - 查看开发文档、vue-next-admin 开发文档正在编写中... - 群号码:665452019 @@ -77,7 +77,7 @@ cnpm run build vue-next-admin 讨论群 -#### 鸣谢列表 +#### ❤️ 鸣谢列表 - vue - vue-next @@ -105,7 +105,7 @@ cnpm run build - vue-grid-layout - splitpanes -#### 特别感谢 +#### 💕 特别感谢 特别感谢群里老哥的建议、指导与帮忙,谢谢! @@ -113,7 +113,7 @@ cnpm run build - @唐参 - @川歌 -#### 支持作者 +#### 💌 支持作者 如果觉得框架不错,或者已经在使用了,希望你可以去 Github 或者 Gitee 帮我点个 ⭐ Star,这将是对我极大的鼓励与支持。 diff --git a/package.json b/package.json index 33a420e..5880994 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-next-admin", - "version": "1.0.1", + "version": "1.0.2", "scripts": { "dev": "vite", "build": "vite build", @@ -36,9 +36,9 @@ "@types/node": "^15.6.1", "@types/nprogress": "^0.2.0", "@types/sortablejs": "^1.10.6", - "@typescript-eslint/eslint-plugin": "^4.25.0", - "@typescript-eslint/parser": "^4.25.0", - "@vitejs/plugin-vue": "^1.2.2", + "@typescript-eslint/eslint-plugin": "^4.26.0", + "@typescript-eslint/parser": "^4.26.0", + "@vitejs/plugin-vue": "^1.2.3", "@vue/compiler-sfc": "^3.0.11", "dotenv": "^10.0.0", "eslint": "^7.27.0", @@ -47,7 +47,7 @@ "sass": "^1.34.0", "sass-loader": "^11.1.1", "typescript": "^4.3.2", - "vite": "^2.3.4", + "vite": "^2.3.5", "vue-eslint-parser": "^7.6.0" }, "browserslist": [ diff --git a/src/views/layout/navBars/breadcrumb/search.vue b/src/views/layout/navBars/breadcrumb/search.vue index 286cd2e..c673a65 100644 --- a/src/views/layout/navBars/breadcrumb/search.vue +++ b/src/views/layout/navBars/breadcrumb/search.vue @@ -21,11 +21,13 @@