docs: fix update:model-value event doc #7649

This commit is contained in:
chenjiahan
2020-12-01 16:41:39 +08:00
parent 154ef6c33c
commit bf6e0beb02
6 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ Field support all native events of input tag
| Event | Description | Parameters |
| --- | --- | --- |
| input | Emitted when input value changed | _value: string_ |
| update:model-value | Emitted when input value changed | _value: string_ |
| focus | Emitted when input is focused | _event: Event_ |
| blur | Emitted when input is blured | _event: Event_ |
| clear | Emitted when the clear icon is clicked | _event: Event_ |