zhytech-ui 1.2.12 → 1.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/style.css +1 -1
- package/dist/zhytech-ui.es.js +542 -547
- package/dist/zhytech-ui.umd.js +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,6 +90,13 @@ npm install --legacy-peer-deps
|
|
|
90
90
|
|
|
91
91
|
> #### 版本更新清单:
|
|
92
92
|
|
|
93
|
+
**V 1.2.13**
|
|
94
|
+
```html
|
|
95
|
+
1.修复zhy-dynamic-renderer组件tabs组件无法添加子组件问题
|
|
96
|
+
2.调整zhy-dynamic-renderer组件新增tabs后默认显示第一个页签
|
|
97
|
+
2.移除隐藏标题时,清空标题内容的逻辑
|
|
98
|
+
```
|
|
99
|
+
|
|
93
100
|
**V 1.2.12**
|
|
94
101
|
```html
|
|
95
102
|
1.zhy-file-preview组件添加 dynamicGetFile参数,用于动态获取文件内容
|