chore: fix blurred typo (#8916)

This commit is contained in:
neverland
2021-06-23 17:08:32 +08:00
committed by GitHub
parent e3b7411185
commit dc8f190733
8 changed files with 8 additions and 8 deletions

View File

@@ -146,7 +146,7 @@ Use `action` slot to custom right button, `cancel` event will no longer be Emitt
| search | Emitted when confirming search | _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_ |
| blur | Emitted when input is blurred | _event: Event_ |
| clear | Emitted when the clear icon is clicked | _event: Event_ |
| cancel | Emitted when the cancel button is clicked | - |