mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 08:27:54 +08:00
release: update 3.4.0
This commit is contained in:
parent
cec867297d
commit
3a0b2e04d4
@ -1,3 +1,11 @@
|
||||
# 3.4.0 (2022-8-22)
|
||||
|
||||
### 🍏 Perf
|
||||
|
||||
- Optimized routing
|
||||
- Optimized for mobile compatibility
|
||||
- Optimized routing parameters (`query`, `params` way to refresh the page does not need to open the tab page cache, the parameters can be retained on the `url` and `tab page`)
|
||||
|
||||
# 3.3.5 (2022-8-19)
|
||||
|
||||
### 🎫 Feat
|
||||
|
@ -1,3 +1,11 @@
|
||||
# 3.4.0 (2022-8-22)
|
||||
|
||||
### 🍏 Perf
|
||||
|
||||
- Optimized routing
|
||||
- Optimized for mobile compatibility
|
||||
- Optimized routing parameters (`query`, `params` way to refresh the page does not need to open the tab page cache, the parameters can be retained on the `url` and `tab page`)
|
||||
|
||||
# 3.3.5 (2022-8-19)
|
||||
|
||||
### 🎫 Feat
|
||||
|
@ -1,3 +1,11 @@
|
||||
# 3.4.0 (2022-8-22)
|
||||
|
||||
### 🍏 Perf
|
||||
|
||||
- 优化路由
|
||||
- 优化移动端兼容性
|
||||
- 优化路由传参(`query`、`params` 方式刷新页面不需要再开启标签页缓存也能保留参数在`url`和`标签页`上)
|
||||
|
||||
# 3.3.5 (2022-8-19)
|
||||
|
||||
### 🎫 Feat
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-pure-admin",
|
||||
"version": "3.3.5",
|
||||
"version": "3.4.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "cross-env --max_old_space_size=4096 vite",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"Version": "3.3.5",
|
||||
"Version": "3.4.0",
|
||||
"Title": "PureAdmin",
|
||||
"FixedHeader": true,
|
||||
"HiddenSideBar": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user