parent
4d35b8caa3
commit
61ade6b8ec
|
@ -50,6 +50,8 @@ const AutoComplete = defineComponent({
|
||||||
props: autoCompleteProps(),
|
props: autoCompleteProps(),
|
||||||
// emits: ['change', 'select', 'focus', 'blur'],
|
// emits: ['change', 'select', 'focus', 'blur'],
|
||||||
slots: Object as CustomSlotsType<{
|
slots: Object as CustomSlotsType<{
|
||||||
|
option: any;
|
||||||
|
// deprecated, should use props `options` instead, not slot
|
||||||
options: any;
|
options: any;
|
||||||
default: any;
|
default: any;
|
||||||
notFoundContent: any;
|
notFoundContent: any;
|
||||||
|
|
Loading…
Reference in New Issue