zhytech-ui 1.3.3 → 1.3.4

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 CHANGED
@@ -90,6 +90,12 @@ npm install --legacy-peer-deps
90
90
 
91
91
  > #### 版本更新清单:
92
92
 
93
+ **V 1.3.4**
94
+ ```html
95
+ 1.修复动态模板中图片上传组件预览问题,预览图片大小为240px
96
+ 2.修复动态模板中图片组件没有回传parentID问题
97
+ ```
98
+
93
99
  **V 1.3.3**
94
100
  ```html
95
101
  1.修复动态模板中如果标题和组件相同时,保存时出现重复问题