mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 04:08:34 +08:00
docs(components): [autocomplete] fix website display (#14557)
* docs(components): [autocomplete] fix website display * docs(components): [autocomplete]add column of Type in Slots
This commit is contained in:
parent
c56968895b
commit
479ee3d7d4
@ -77,13 +77,13 @@ autocomplete/remote-search
|
||||
|
||||
### Slots
|
||||
|
||||
| Name | Description |
|
||||
| ------- | --------------------------------------------------------------------- |
|
||||
| default | custom content for input suggestions. The scope parameter is { item } |
|
||||
| prefix | content as Input prefix |
|
||||
| suffix | content as Input suffix |
|
||||
| prepend | content to prepend before Input |
|
||||
| append | content to append after Input |
|
||||
| Name | Description | Type |
|
||||
| ------- | ------------------------------------ | ---------------------------------------- |
|
||||
| default | custom content for input suggestions | ^[object]`{ item: Record<string, any> }` |
|
||||
| prefix | content as Input prefix | - |
|
||||
| suffix | content as Input suffix | - |
|
||||
| prepend | content to prepend before Input | - |
|
||||
| append | content to append after Input | - |
|
||||
|
||||
### Exposes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user