dld-vue-ui 1.0.1 → 1.0.3

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
@@ -172,6 +172,20 @@ interface IPaneStyle {
172
172
  |`page-index`|页码变化事件|`(e: 'page-index', newValue: number, oldValue: number): void;`|
173
173
  |`page-size`|每页数量变化事件|`(e: 'page-size', newValue: number, oldValue: number): void;`|
174
174
 
175
+ ### 组件方法
176
+ |方法名|说明|参数|
177
+ |-----|----|-----|
178
+ |`Assignment`|初始操作赋值|`(items: Array<any>): void;`|
179
+
180
+ ```ts
181
+ [
182
+ {
183
+ prop: "", //列参数
184
+ label: "" //列值
185
+ }
186
+ ]
187
+ ```
188
+
175
189
  ### 插槽
176
190
 
177
191
  |插槽名|说明|