mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs(TreeSelect): props add v-model (#11899)
This commit is contained in:
parent
4a4422bb1c
commit
7139898d3a
@ -194,10 +194,10 @@ export default {
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
| --- | --- | --- | --- |
|
||||
| v-model:main-active-index | The index of selected parent node | _number \| string_ | `0` |
|
||||
| v-model:active-id | Id of selected item | _number \| string \|<br>(number \| string)[]_ | `0` |
|
||||
| items | Required datasets for the component | _TreeSelectItem[]_ | `[]` |
|
||||
| height | Height | _number \| string_ | `300` |
|
||||
| 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 | Maximum number of selected items | _number \| string_ | `Infinity` |
|
||||
| selected-icon | Selected icon | _string_ | `success` |
|
||||
|
||||
|
@ -202,10 +202,10 @@ export default {
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
| --- | --- | --- | --- |
|
||||
| v-model:main-active-index | 左侧选中项的索引 | _number \| string_ | `0` |
|
||||
| v-model:active-id | 右侧选中项的 id,支持传入数组 | _number \| string \|<br>(number \| string)[]_ | `0` |
|
||||
| items | 分类显示所需的数据 | _TreeSelectItem[]_ | `[]` |
|
||||
| height | 高度,默认单位为`px` | _number \| string_ | `300` |
|
||||
| main-active-index | 左侧选中项的索引 | _number \| string_ | `0` |
|
||||
| active-id | 右侧选中项的 id,支持传入数组 | _number \| string \|<br>(number \| string)[]_ | `0` |
|
||||
| max | 右侧项最大选中个数 | _number \| string_ | `Infinity` |
|
||||
| selected-icon | 自定义右侧栏选中状态的图标 | _string_ | `success` |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user