This commit is contained in:
kakkokari-gtyih 2025-12-24 14:07:52 +09:00
parent 7cb4c56fda
commit 9bacea66ac
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ defineProps<{
defineSlots<{
label?: () => any;
caption?: () => any
caption?: () => any;
} & {
[K in `option-${NonNullable<T['slotId']>}`]: () => any;
}>();