diff --git a/components/select/interface.ts b/components/select/interface.ts index 8726f706..4b9eb406 100644 --- a/components/select/interface.ts +++ b/components/select/interface.ts @@ -8,6 +8,7 @@ export interface SelectOption { label: string | number; disabled?: boolean; __cache?: boolean; + [key: string]: any; } export interface OptionChildren extends ToRefs {