mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
release: update 3.4.6
This commit is contained in:
parent
30c682bd24
commit
88bba7555b
@ -1,3 +1,11 @@
|
|||||||
|
# 3.4.6 (2022-8-23)
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- `process` is not defined in path
|
||||||
|
- Fixed an error when dynamic routing `children` is an empty array
|
||||||
|
- Fixed `iframe` loading failure
|
||||||
|
|
||||||
# 3.4.5 (2022-8-22)
|
# 3.4.5 (2022-8-22)
|
||||||
|
|
||||||
### 🐞 Bug fixes
|
### 🐞 Bug fixes
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
# 3.4.6 (2022-8-23)
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- `process` is not defined in path
|
||||||
|
- Fixed an error when dynamic routing `children` is an empty array
|
||||||
|
- Fixed `iframe` loading failure
|
||||||
|
|
||||||
# 3.4.5 (2022-8-22)
|
# 3.4.5 (2022-8-22)
|
||||||
|
|
||||||
### 🐞 Bug fixes
|
### 🐞 Bug fixes
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
# 3.4.6 (2022-8-23)
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- `process` is not defined in path
|
||||||
|
- 修复动态路由`children`为空数组时报错
|
||||||
|
- 修复`iframe`加载失败
|
||||||
|
|
||||||
# 3.4.5 (2022-8-22)
|
# 3.4.5 (2022-8-22)
|
||||||
|
|
||||||
### 🐞 Bug fixes
|
### 🐞 Bug fixes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-pure-admin",
|
"name": "vue-pure-admin",
|
||||||
"version": "3.4.5",
|
"version": "3.4.6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cross-env --max_old_space_size=4096 vite",
|
"dev": "cross-env --max_old_space_size=4096 vite",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Version": "3.4.5",
|
"Version": "3.4.6",
|
||||||
"Title": "PureAdmin",
|
"Title": "PureAdmin",
|
||||||
"FixedHeader": true,
|
"FixedHeader": true,
|
||||||
"HiddenSideBar": false,
|
"HiddenSideBar": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user