From 0f4cccdc11c58f1620a17c82e21bd3aa95c2696f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 20 Nov 2024 14:06:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20App.vue=EF=BC=8C?= =?UTF-8?q?=E7=AE=80=E5=8C=96=20FormKit=20=E7=BB=84=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC=E5=92=8C=E5=B8=AE=E5=8A=A9=E6=96=87?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=B1=9E=E6=80=A7=E5=BC=95?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0892139..cd1da9e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -65,7 +65,7 @@ const SCHEMA: FormKitSchemaDefinition = [ @@ -87,7 +87,7 @@ const SCHEMA: FormKitSchemaDefinition = [ return `分组 ${name} 下的姓名必须包含 '测试' 字符串。` }, }" - #default="{ id, messages, fns, classes }" + #default="{ id, messages, fns, classes, value: attributes, }" >