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:
sleepyShen1989 2023-11-01 08:09:13 +08:00 committed by GitHub
parent c56968895b
commit 479ee3d7d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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