chore: update 2.1.0 version

This commit is contained in:
xiaoxian521 2021-10-14 17:50:03 +08:00
parent 1687097e63
commit cafc588e4c
6 changed files with 48 additions and 3 deletions

2
.env
View File

@ -3,7 +3,7 @@ VITE_PORT = 8848
# title
VITE_TITLE = vue-pure-admin
# version
VITE_VERSION = 1.0.0
VITE_VERSION = 2.1.0
# open
VITE_OPEN = false

View File

@ -3,7 +3,7 @@ VITE_PORT = 8848
# title
VITE_TITLE = vue-pure-admin
# version
VITE_VERSION = 1.0.0
VITE_VERSION = 2.1.0
# open
VITE_OPEN = false

View File

@ -1,3 +1,18 @@
# 2.1.0(2021-10-14)
### 🎫 Feat
- Route animation (each route can add different animations)
- Extra icons (for example, this is a newly added page, a new icon is displayed in the upper right corner of the routing menu)
- Extract the default configuration options
- Perfect type file
### 🐞 Bug fixes
- Fix the issue of element-plus internationalization
- Fix routing issues
- Fix navigation adaptation problem
# 2.0.1(2021-9-29)
### 🎫 Feat

View File

@ -1,3 +1,18 @@
# 2.1.0(2021-10-14)
### 🎫 Feat
- Route animation (each route can add different animations)
- Extra icons (for example, this is a newly added page, a new icon is displayed in the upper right corner of the routing menu)
- Extract the default configuration options
- Perfect type file
### 🐞 Bug fixes
- Fix the issue of element-plus internationalization
- Fix routing issues
- Fix navigation adaptation problem
# 2.0.1(2021-9-29)
### 🎫 Feat

View File

@ -1,3 +1,18 @@
# 2.1.0(2021-10-14)
### 🎫 Feat
- 路由动画(每个路由都可添加不同动画)
- 额外图标(比如这个是新加的页面,路由菜单右上角显示个新图标)
- 抽离默认配置选项
- 完善类型文件
### 🐞 Bug fixes
- 修复 element-plus 国际化使用问题
- 修复路由问题
- 修复导航适配问题
# 2.0.1(2021-9-29)
### 🎫 Feat

View File

@ -1,6 +1,6 @@
{
"name": "vue-pure-admin",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "cross-env --max_old_space_size=4096 vite",