Browse Source

input: fix typo.

HakurouKen 8 years ago
parent
commit
0de099057d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/docs/zh-CN/input.md

+ 1 - 1
examples/docs/zh-CN/input.md

@@ -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