diff --git a/docs/en-US/component/autocomplete.md b/docs/en-US/component/autocomplete.md index a9abecac28..353f1e3ef9 100644 --- a/docs/en-US/component/autocomplete.md +++ b/docs/en-US/component/autocomplete.md @@ -112,18 +112,18 @@ autocomplete/custom-header-footer ### Exposes -| Name | Description | Type | -| ---------------- | ------------------------------------------- | ------------------------------------------ | -| activated | if autocomplete activated | ^[object]`Ref` | -| blur | blur the input element | ^[Function]`() => void` | -| close | collapse suggestion list | ^[Function]`() => void` | -| focus | focus the input element | ^[Function]`() => void` | -| handleSelect | triggers when a suggestion is clicked | ^[Function]`(item: any) => promise` | -| handleKeyEnter | handle keyboard enter event | ^[Function]`() => promise` | -| highlightedIndex | the index of the currently highlighted item | ^[object]`Ref` | -| highlight | highlight an item in a suggestion | ^[Function]`(itemIndex: number) => void` | -| inputRef | el-input component instance | ^[object]`Ref` | -| loading | remote search loading indicator | ^[object]`Ref` | -| popperRef | el-tooltip component instance | ^[object]`Ref` | -| suggestions | fetch suggestions result | ^[object]`Ref>` | -| getData ^(2.8.4) | loading suggestion list | ^[Function]`(queryString: string) => void` | +| Name | Description | Type | +| ---------------- | ------------------------------------------- | --------------------------------------------------- | +| activated | if autocomplete activated | ^[object]`Ref` | +| blur | blur the input element | ^[Function]`() => void` | +| close | collapse suggestion list | ^[Function]`() => void` | +| focus | focus the input element | ^[Function]`() => void` | +| handleSelect | triggers when a suggestion is clicked | ^[Function]`(item: any) => promise` | +| handleKeyEnter | handle keyboard enter event | ^[Function]`() => promise` | +| highlightedIndex | the index of the currently highlighted item | ^[object]`Ref` | +| highlight | highlight an item in a suggestion | ^[Function]`(itemIndex: number) => void` | +| inputRef | el-input component instance | ^[object]`Ref` | +| loading | remote search loading indicator | ^[object]`Ref` | +| popperRef | el-tooltip component instance | ^[object]`Ref` | +| suggestions | fetch suggestions result | ^[object]`Ref[]>` | +| getData ^(2.8.4) | loading suggestion list | ^[Function]`(queryString: string) => promise` |