docs(input): fix format

This commit is contained in:
07akioni 2021-10-12 03:20:44 +08:00
parent 5874a649ac
commit 79ad6a7b3a
2 changed files with 8 additions and 8 deletions

View File

@ -78,6 +78,6 @@ event
### Input Methods ### Input Methods
| Name | Type | Description | | Name | Type | Description |
| ----- | ---------- | ------------------------ | | ----- | ------------ | ------------------------ |
| blur | () => void | Blur the input element. | | blur | `() => void` | Blur the input element. |
| focus | () => void | Focus the input element. | | focus | `() => void` | Focus the input element. |

View File

@ -77,6 +77,6 @@ focus
### Input Methods ### Input Methods
| 名称 | 类型 | 说明 | | 名称 | 类型 | 说明 |
| ----- | ---------- | ---------------- | | ----- | ------------ | ---------------- |
| blur | () => void | Blur input 元素 | | blur | `() => void` | Blur input 元素 |
| focus | () => void | Focus input 元素 | | focus | `() => void` | Focus input 元素 |