feat(TreeSelect): some props can be string

This commit is contained in:
陈嘉涵
2020-01-31 10:20:36 +08:00
parent 5e658b08ce
commit e2f1e6810b
3 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -113,9 +113,9 @@ export default {
|------|------|------|------|
| items | Required datasets for the component | *Item[]* | `[]` |
| height | Height | *number \| string* | `300` |
| main-Active-index | The index of selected parent node | *number* | `0` |
| active-id | Id of selected item | *number \| string \| (number \| string)[]* | `0` |
| max `v2.2.0` | Maximum number of selected items | *number* | `Infinity` |
| main-active-index | The index of selected parent node | *number \| string* | `0` |
| active-id | Id of selected item | *number \| string \|<br>(number \| string)[]* | `0` |
| max `v2.2.0` | Maximum number of selected items | *number \| string* | `Infinity` |
### Events