mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
docs: add version tip in en docs (#4262)
This commit is contained in:
@@ -59,12 +59,12 @@ export default {
|
||||
|
||||
### Props
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| items | Required datasets for the component | `Item[]` | `[]` |
|
||||
| height | Height | `string | number` | `300` |
|
||||
| main-Active-index | The index of selected parent node | `number` | `0` |
|
||||
| active-id | Id of selected item | `string | number | (string | number)[]` | `0` |
|
||||
| Attribute | Description | Type | Default | Version |
|
||||
|------|------|------|------|------|
|
||||
| items | Required datasets for the component | `Item[]` | `[]` | - |
|
||||
| height | Height | `string | number` | `300` | - |
|
||||
| main-Active-index | The index of selected parent node | `number` | `0` | - |
|
||||
| active-id | Id of selected item | `string | number | (string | number)[]` | `0` | - |
|
||||
|
||||
### Events
|
||||
|
||||
|
Reference in New Issue
Block a user