diff --git a/components/auto-complete/index.tsx b/components/auto-complete/index.tsx index 3e2b7a63f..e95ceba2c 100644 --- a/components/auto-complete/index.tsx +++ b/components/auto-complete/index.tsx @@ -50,6 +50,8 @@ const AutoComplete = defineComponent({ props: autoCompleteProps(), // emits: ['change', 'select', 'focus', 'blur'], slots: Object as CustomSlotsType<{ + option: any; + // deprecated, should use props `options` instead, not slot options: any; default: any; notFoundContent: any;