From 4cb81a5c1206677f2f39957f90749e5faf7fac40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Sat, 25 Jun 2022 21:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(radio):=20name=20=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E9=9D=9E=E5=BF=85=E5=A1=AB,=20=E5=9C=A8=E9=9D=9E?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E7=9A=84=E5=BA=94=E7=94=A8=E5=9C=BA=E6=99=AF?= =?UTF-8?q?=E4=B8=8B=20name=20=E6=B2=A1=E6=9C=89=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E7=9A=84=E5=BF=85=E8=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/component/src/component/radio/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/component/src/component/radio/index.vue b/package/component/src/component/radio/index.vue index 85997ae7..546a6de3 100644 --- a/package/component/src/component/radio/index.vue +++ b/package/component/src/component/radio/index.vue @@ -12,7 +12,7 @@ export interface LayRadioProps { modelValue?: string | boolean; disabled?: boolean; label?: string; - name: string; + name?: string; } const props = defineProps();