mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
docs(components): [autocomplete] fix grammatica (#10917)
Update autocomplete.md 修改语法
This commit is contained in:
parent
d004a8ff95
commit
edb4a524f3
@ -11,7 +11,7 @@ Get some recommended tips based on the current input.
|
||||
|
||||
Autocomplete component provides input suggestions.
|
||||
|
||||
:::demo The `fetch-suggestions` attribute is a method that returns suggested input. In this example, `querySearch(queryString, cb)` returns suggestions to Autocomplete via `cb(data)` when suggestions are ready.
|
||||
:::demo The `fetch-suggestions` attribute is a method that return suggested inputs. In this example, `querySearch(queryString, cb)` return suggestions to Autocomplete via `cb(data)` when suggestions are ready.
|
||||
|
||||
autocomplete/autocomplete
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user