docs: add version tip in en docs (#4262)
This commit is contained in:
+10
-8
@@ -46,9 +46,9 @@ export default {
|
||||
|
||||
### Sidebar Props
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| v-model | Index of chosen item | `string | number` | `0` |
|
||||
| Attribute | Description | Type | Default | Version |
|
||||
|------|------|------|------|------|
|
||||
| v-model | Index of chosen item | `string | number` | `0` | - |
|
||||
|
||||
### Sidebar Events
|
||||
|
||||
@@ -58,11 +58,13 @@ export default {
|
||||
|
||||
### SidebarItem Props
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| title | Content | `string` | `''` |
|
||||
| info | Info Message | `string | number` | `''` |
|
||||
| url | Link | `string` | - |
|
||||
| Attribute | Description | Type | Default | Version |
|
||||
|------|------|------|------|------|
|
||||
| title | Content | `string` | `''` | - |
|
||||
| info | Info Message | `string | number` | `''` | - |
|
||||
| url | Link | `string` | - | - |
|
||||
| to | Target route of the link, same as to of vue-router | `string | object` | - | 2.0.4 |
|
||||
| replace | If true, the navigation will not leave a history record | `boolean` | `false` | 2.0.4 |
|
||||
|
||||
### SidebarItem Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user