[Doc] detailed Array typing

This commit is contained in:
陈嘉涵
2019-07-11 20:44:51 +08:00
parent 019c75506a
commit 2c4adff307
34 changed files with 67 additions and 66 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|------|
| v-model | Id of chosen contact | `string | number` | - |
| list | Contact list | `Array` | `[]` |
| list | Contact list | `Contact[]` | `[]` |
| add-text | Add button text | `string` | `Add new contact` |
### ContactList Events