docs: fix grammar errors (#7594)

This commit is contained in:
neverland
2020-11-20 20:39:40 +08:00
committed by GitHub
parent 50f0023e9b
commit a3b9e67d36
59 changed files with 274 additions and 274 deletions
+3 -3
View File
@@ -75,9 +75,9 @@ export default {
| Event | Description | Arguments |
| --- | --- | --- |
| add | Triggered when click add button | - |
| edit | Triggered when click edit button | _contact: Contactindex: number_ |
| select | Triggered when select contact | _contact: Contact, index: number_ |
| add | Emitted when the add button is clicked | - |
| edit | Emitted when the edit button is clicked | _contact: Contactindex: number_ |
| select | Emitted when a contact is selected | _contact: Contact, index: number_ |
### Data Structure of Contact