dld-vue-ui 0.3.2 → 0.3.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
@@ -147,6 +147,7 @@ interface IPaneStyle {
147
147
  |`max`|数字框的最大值,`search=true&&type='number'`时有效|`number`|`Infinity`|
148
148
  |`min`|数字框的最小值,`search=true&&type='number'`时有效|`number`|`-Infinity`|
149
149
  |`step`|数字框的跳动步数,`search=true&&type='number'`时有效|`number`|`1`|
150
+ |`costom`|自定义内容,支持html|`Function`|`ITableData`|
150
151
 
151
152
  ### 方法
152
153