-
添加同一路由演示多个不同参数的tab close: #817
-
无需 baseUrl 配置,已有apiUrl 替代
-
修复getDataSource获取的数据源在表格为空时返回值错误的问题。 fixed: #752
-
修复树表格的编辑问题 fixed: #811
-
Co-authored-by: NorthLan <lan6995@gmail.com>
-
修复Dropdown中popconfirm的事件响应区域以及icon不正常的问题 fix: #796,#787
-
修复table的editCancel事件缺少部分参数的问题
-
优化request并发请求失败时的错误提示(同种类型的失败只提示一个message)
-
修复封装的`useMessage`部分函数中`content`不支持vNode类型以及`createConfirm`不支持html的问题
-
修复部分组件的change事件不止一个参数时,componentProps中配置的onChange只能接收到第一个参数的问题
-
Co-authored-by: frankylli <frankylli@tencent.com>
-
…ter are opened at the same time (#760) * perf(PageWrapper): 优化PageWrapper在page的footer与全局页脚同时开启时的高度计算表现。 * docs(PageWrapper): 修复footer与全局页脚同时开启时的高度计算问题 Co-authored-by: NorthLan <lan6995@gmail.com>
-
* fix(ApiSelect demo): add demo about ApiSelect's use * fix(ApiSelect demo): typo * revert(ApiSelect): remove console Co-authored-by: M69W <M69W@M69W>