fix lint
This commit is contained in:
parent
7cb4c56fda
commit
9bacea66ac
|
|
@ -60,7 +60,7 @@ defineProps<{
|
|||
|
||||
defineSlots<{
|
||||
label?: () => any;
|
||||
caption?: () => any
|
||||
caption?: () => any;
|
||||
} & {
|
||||
[K in `option-${NonNullable<T['slotId']>}`]: () => any;
|
||||
}>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue