diff --git a/lib/components/SInputRadio.vue b/lib/components/SInputRadio.vue index 6eac2ff1..edc67ed1 100644 --- a/lib/components/SInputRadio.vue +++ b/lib/components/SInputRadio.vue @@ -17,7 +17,7 @@ const props = defineProps<{ checkIcon?: IconifyIcon | DefineComponent checkText?: string checkColor?: Color - text: string + text?: string disabled?: boolean modelValue: boolean validation?: Validatable @@ -68,7 +68,7 @@ function onClick() {
-{{ text }}
+{{ text }}