mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
chore: update 2.1.0 version
This commit is contained in:
parent
1687097e63
commit
cafc588e4c
2
.env
2
.env
@ -3,7 +3,7 @@ VITE_PORT = 8848
|
|||||||
# title
|
# title
|
||||||
VITE_TITLE = vue-pure-admin
|
VITE_TITLE = vue-pure-admin
|
||||||
# version
|
# version
|
||||||
VITE_VERSION = 1.0.0
|
VITE_VERSION = 2.1.0
|
||||||
# open
|
# open
|
||||||
VITE_OPEN = false
|
VITE_OPEN = false
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ VITE_PORT = 8848
|
|||||||
# title
|
# title
|
||||||
VITE_TITLE = vue-pure-admin
|
VITE_TITLE = vue-pure-admin
|
||||||
# version
|
# version
|
||||||
VITE_VERSION = 1.0.0
|
VITE_VERSION = 2.1.0
|
||||||
# open
|
# open
|
||||||
VITE_OPEN = false
|
VITE_OPEN = false
|
||||||
|
|
||||||
|
@ -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)
|
# 2.0.1(2021-9-29)
|
||||||
|
|
||||||
### 🎫 Feat
|
### 🎫 Feat
|
||||||
|
15
CHANGELOG.md
15
CHANGELOG.md
@ -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)
|
# 2.0.1(2021-9-29)
|
||||||
|
|
||||||
### 🎫 Feat
|
### 🎫 Feat
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
# 2.1.0(2021-10-14)
|
||||||
|
|
||||||
|
### 🎫 Feat
|
||||||
|
|
||||||
|
- 路由动画(每个路由都可添加不同动画)
|
||||||
|
- 额外图标(比如这个是新加的页面,路由菜单右上角显示个新图标)
|
||||||
|
- 抽离默认配置选项
|
||||||
|
- 完善类型文件
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- 修复 element-plus 国际化使用问题
|
||||||
|
- 修复路由问题
|
||||||
|
- 修复导航适配问题
|
||||||
|
|
||||||
# 2.0.1(2021-9-29)
|
# 2.0.1(2021-9-29)
|
||||||
|
|
||||||
### 🎫 Feat
|
### 🎫 Feat
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-pure-admin",
|
"name": "vue-pure-admin",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cross-env --max_old_space_size=4096 vite",
|
"dev": "cross-env --max_old_space_size=4096 vite",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user