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
- 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 @@