docs: add version tip in en docs (#4262)
This commit is contained in:
@@ -69,14 +69,14 @@ export default {
|
||||
|
||||
### Props
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| v-model | Id of chosen address | `string` | - |
|
||||
| list | Address list | `Address[]` | `[]` |
|
||||
| disabled-list | Disabled address list | `Address[]` | `[]` |
|
||||
| disabled-text | Disabled text | `string` | - |
|
||||
| switchable | Whether to allow switch address | `boolean` | `true` |
|
||||
| add-button-text | Add button text | `string` | `Add new address` |
|
||||
| Attribute | Description | Type | Default | Version |
|
||||
|------|------|------|------|------|
|
||||
| v-model | Id of chosen address | `string` | - | - |
|
||||
| list | Address list | `Address[]` | `[]` | - |
|
||||
| disabled-list | Disabled address list | `Address[]` | `[]` | - |
|
||||
| disabled-text | Disabled text | `string` | - | - |
|
||||
| switchable | Whether to allow switch address | `boolean` | `true` | - |
|
||||
| add-button-text | Add button text | `string` | `Add new address` | - |
|
||||
|
||||
### Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user