mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-07 13:48:31 +08:00
docs(input): fix format
This commit is contained in:
parent
5874a649ac
commit
79ad6a7b3a
@ -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. |
|
||||||
|
@ -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 元素 |
|
||||||
|
Loading…
Reference in New Issue
Block a user