feat(TreeSelect): add selected-icon prop (#6615)

This commit is contained in:
neverland
2020-06-26 21:19:19 +08:00
committed by GitHub
parent c93319a4c0
commit 5486e82b41
5 changed files with 27 additions and 2 deletions
+1
View File
@@ -126,6 +126,7 @@ export default {
| main-active-index | 左侧选中项的索引 | _number \| string_ | `0` |
| active-id | 右侧选中项的 id,支持传入数组 | _number \| string \|<br>(number \| string)[]_ | `0` |
| max `v2.2.0` | 右侧项最大选中个数 | _number \| string_ | `Infinity` |
| selected-icon `v2.9.0` | 自定义右侧栏选中状态的图标 | _string_ | `success` |
### Events