From ae08678fa103850ba63d3bfeb70033e9f0f4c5ff Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sat, 19 Oct 2024 20:12:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20GiForm=20=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GiForm/src/GiForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/GiForm/src/GiForm.vue b/src/components/GiForm/src/GiForm.vue index 7889a3c..e680839 100644 --- a/src/components/GiForm/src/GiForm.vue +++ b/src/components/GiForm/src/GiForm.vue @@ -13,7 +13,7 @@ :model-value="modelValue[item.field as keyof typeof modelValue]" @update:model-value="valueChange($event, item.field)" /> - @@ -24,7 +24,7 @@ - +