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
@ -77,7 +77,7 @@ event
|
||||
|
||||
### Input Methods
|
||||
|
||||
| Name | Type | Description |
|
||||
| ----- | ---------- | ------------------------ |
|
||||
| blur | () => void | Blur the input element. |
|
||||
| focus | () => void | Focus the input element. |
|
||||
| Name | Type | Description |
|
||||
| ----- | ------------ | ------------------------ |
|
||||
| blur | `() => void` | Blur the input element. |
|
||||
| focus | `() => void` | Focus the input element. |
|
||||
|
@ -76,7 +76,7 @@ focus
|
||||
|
||||
### Input Methods
|
||||
|
||||
| 名称 | 类型 | 说明 |
|
||||
| ----- | ---------- | ---------------- |
|
||||
| blur | () => void | Blur input 元素 |
|
||||
| focus | () => void | Focus input 元素 |
|
||||
| 名称 | 类型 | 说明 |
|
||||
| ----- | ------------ | ---------------- |
|
||||
| blur | `() => void` | Blur input 元素 |
|
||||
| focus | `() => void` | Focus input 元素 |
|
||||
|
Loading…
Reference in New Issue
Block a user