From 59fb1eaabd7fea5428dc860af5ad734c9eebb496 Mon Sep 17 00:00:00 2001 From: June <1601745371@qq.com> Date: Mon, 26 Aug 2024 15:03:46 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=20=E6=9B=B4?= =?UTF-8?q?=E6=AD=A3form=20demo=20=E6=96=B9=E6=B3=95=E5=90=8D=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4=20(#534)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/form.md b/docs/component/form.md index b8653cdc..153431d6 100644 --- a/docs/component/form.md +++ b/docs/component/form.md @@ -60,7 +60,7 @@ const model = reactive<{ const form = ref() -function handleSubmit1() { +function handleSubmit() { form.value .validate() .then(({ valid, errors }) => {