diff --git a/src/runtime/components/RadioGroup.vue b/src/runtime/components/RadioGroup.vue index c9993b66..5dd9c0eb 100644 --- a/src/runtime/components/RadioGroup.vue +++ b/src/runtime/components/RadioGroup.vue @@ -11,7 +11,7 @@ export type RadioGroupItem = { label?: string description?: string disabled?: boolean - value?: string + value?: RadioGroupValue [key: string]: any } | RadioGroupValue