[Doc] use ts-style type

This commit is contained in:
陈嘉涵
2019-07-11 20:35:41 +08:00
parent 32f19c5561
commit 019c75506a
120 changed files with 1288 additions and 1288 deletions
+4 -4
View File
@@ -47,7 +47,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| v-model | Index of chosen item | `String | Number` | `0` |
| v-model | Index of chosen item | `string | number` | `0` |
### Sidebar Events
@@ -59,9 +59,9 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| title | Content | `String` | `''` |
| info | Info Message | `String | Number` | `''` |
| url | Link | `String` | - |
| title | Content | `string` | `''` |
| info | Info Message | `string | number` | `''` |
| url | Link | `string` | - |
### SidebarItem Events