zhytech-ui 1.3.4 → 1.3.6

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,11 @@ npm install --legacy-peer-deps
90
90
 
91
91
  > #### 版本更新清单:
92
92
 
93
+ **V 1.3.5**
94
+ ```html
95
+ 1.修复动态模板中图片上传组件,当上传多个图片时,预览永远是最后一张图片
96
+ ```
97
+
93
98
  **V 1.3.4**
94
99
  ```html
95
100
  1.修复动态模板中图片上传组件预览问题,预览图片大小为240px
@@ -52,7 +52,6 @@ declare const _default: {
52
52
  isDesigner: boolean;
53
53
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
54
54
  uploadImageRef: unknown;
55
- imageRef: unknown;
56
55
  }, HTMLDivElement>;
57
56
  propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
58
57
  };
@@ -77,6 +77,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
77
77
  isDesigner: boolean;
78
78
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
79
79
  uploadImageRef: unknown;
80
- imageRef: unknown;
81
80
  }, HTMLDivElement>;
82
81
  export default _default;