Commit 0de09905 authored by HakurouKen's avatar HakurouKen Committed by cinwell.li

input: fix typo.

parent 6caafe9f
......@@ -778,7 +778,7 @@ export default {
|---------|--------|---------|
| click | 点击 Input 内的图标时触发 | (event: Event) |
| blur | 在 Input 失去焦点时触发 | (event: Event) |
| focus | 在 Input 得焦点时触发 | (event: Event) |
| focus | 在 Input 得焦点时触发 | (event: Event) |
| change | 在 Input 值改变时触发 | (value: string \| number) |
### Autocomplete Attributes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment