From 4fee587fd96a6da12249134b948356b39cd74fcf Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:06:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DRadioButtonGroup?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E8=BF=94=E5=9B=9E=E5=80=BC=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Form/src/components/RadioButtonGroup.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/apps/vue/src/components/Form/src/components/RadioButtonGroup.vue b/apps/vue/src/components/Form/src/components/RadioButtonGroup.vue index c2c7b220b..3d3cd1dd7 100644 --- a/apps/vue/src/components/Form/src/components/RadioButtonGroup.vue +++ b/apps/vue/src/components/Form/src/components/RadioButtonGroup.vue @@ -4,14 +4,14 @@