We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d35b8c commit 61ade6bCopy full SHA for 61ade6b
components/auto-complete/index.tsx
@@ -50,6 +50,8 @@ const AutoComplete = defineComponent({
50
props: autoCompleteProps(),
51
// emits: ['change', 'select', 'focus', 'blur'],
52
slots: Object as CustomSlotsType<{
53
+ option: any;
54
+ // deprecated, should use props `options` instead, not slot
55
options: any;
56
default: any;
57
notFoundContent: any;
0 commit comments