[Doc] detailed Array typing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user