From 33467ad1716b4f075bb4feae032923aee75f1958 Mon Sep 17 00:00:00 2001 From: Asoka Wotulo <32058490+asokawotulo@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:43:27 +0700 Subject: [PATCH] docs(form): specify component ref type (#2296) --- docs/content/2.components/form.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/content/2.components/form.md b/docs/content/2.components/form.md index 851f1ed684..53f4ba351f 100644 --- a/docs/content/2.components/form.md +++ b/docs/content/2.components/form.md @@ -117,23 +117,28 @@ You can manually set errors after form submission if required. To do this, simpl ```vue