element-assits 0.0.69 → 0.0.71

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
@@ -106,6 +106,7 @@ Vue 原型上挂载了 `$asyncLoad` 方法(与asyncLoad相同)
106
106
  |column[].label|标签名|String \| Function|必填|
107
107
  |column[].prop|属性名|String|必填|
108
108
  |column[].labelTooltip|名称描述tips|String \| Object|
109
+ |column[].labelWidth|独立设置标签宽度|String|
109
110
  |column[].required|是否必填|Boolean|false|
110
111
  |column[].component|所用组件|String \| Component|el-input|
111
112
  |column[].rules|校验规则|Array \| Function|
@@ -269,6 +270,16 @@ el-scrollbar 衍生,优化样式
269
270
  |asyncData|异步数据|Function|undefined|
270
271
  |filterNodeMethod|过滤方法|Function|undefined|
271
272
  |emptyText|空数据时文字描述|String|暂无数据|
273
+ |title|标题|String|undefined|
274
+ |border|是否显示边框|Boolean|false|
275
+ #### slots
276
+ | 插槽名 | 默认值 | 说明 |
277
+ |:---|:---|:---|
278
+ | default | 无 |自定义树节点的内容,参数为 { node, data }|
279
+ | input-prefix | 无 |搜索框前缀|
280
+ | input-append | 无 |搜索框后缀|
281
+ | header | 无 |自定义标题|
282
+ | header-append | 无 |自定义标题后缀|
272
283
 
273
284
  ### 虚拟树 EaDataTree
274
285
  #### props