update 0.10.4

This commit is contained in:
hufeixiong
2021-11-26 16:44:05 +08:00
parent 50a71a94fa
commit df2323535e
11 changed files with 27 additions and 7 deletions

View File

@@ -5,6 +5,9 @@ nav:
title: change log
order: 6
---
## 0.10.4
Config adds a new custommap transfer to store temporary data that is not brought into JSON.
The remote component configuration is changed from URL to object to store more configurations.
## 0.10.3
Fix the left tab color difference problem.
## 0.10.2

View File

@@ -6,6 +6,13 @@ nav:
order: 6
---
## 0.10.4
config新增custommap传递用于存放不带入json的临时数据。
远程组件配置由url变更为对象用于存放更多配置。
## 0.10.3
修复左侧tab色差问题。