zhytech-ui 1.1.12 → 1.1.14

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
@@ -2,6 +2,8 @@
2
2
 
3
3
  > ### 简介
4
4
  一个基于Vue3 + ElementPlus + TypeScript封装的前端UI组件库
5
+ 此组件依赖一些组件库,使用时需要自行安装
6
+ npm install @vueuse/core element-plus vue-router axios
5
7
 
6
8
  [在线演示](http://60.205.113.132:7005/)
7
9
  > ### 组件列表
@@ -69,7 +71,12 @@ setTheme("dark");
69
71
 
70
72
  > #### 版本更新清单:
71
73
 
72
- **V 1.1.12**
74
+ **V 1.1.14**
75
+ ```html
76
+ 1.修复zhy-dynamic-filter样式异常
77
+ ```
78
+
79
+ **V 1.1.13**
73
80
  ```html
74
81
  1.修复引用此组件库造成的css样式污染问题
75
82
  ```
@@ -110,10 +117,10 @@ setTheme("dark");
110
117
 
111
118
  **V 1.1.3**
112
119
  ```html
113
- 1.修复dynamicFilter组件多条件关系线样式异常
114
- 2.修复dynamicFilter组件非嵌套模式时不显示删除按钮
115
- 3.调整dynamicFilter组件allowMultiLevel默认值由true改为默认false
116
- 4.调整dynamicFilter组件只有一个条件时删除前面空白
120
+ 1.修复zhy-dynamic-filter组件多条件关系线样式异常
121
+ 2.修复zhy-dynamic-filter组件非嵌套模式时不显示删除按钮
122
+ 3.调整zhy-dynamic-filter组件allowMultiLevel默认值由true改为默认false
123
+ 4.调整zhy-dynamic-filter组件只有一个条件时删除前面空白
117
124
  ```
118
125
  **V 1.1.2**
119
126
  ```html
@@ -122,7 +129,7 @@ setTheme("dark");
122
129
 
123
130
  **V 1.1.1**
124
131
  ```html
125
- 1.dynamicFilter增加是否允许多层嵌套(allowMultiLevel)属性
132
+ 1.zhy-dynamic-filter增加是否允许多层嵌套(allowMultiLevel)属性
126
133
  2.修复文件预览组件图片预览样式异常
127
134
  ```
128
135