From b4b087c4e5893a8106f45cea134d8ff28d2e7558 Mon Sep 17 00:00:00 2001 From: Asoka Wotulo Date: Thu, 3 Oct 2024 14:22:20 +0700 Subject: [PATCH 1/2] docs(form): specify component ref type --- docs/content/2.components/form.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/content/2.components/form.md b/docs/content/2.components/form.md index 851f1ed684..1524ccbce9 100644 --- a/docs/content/2.components/form.md +++ b/docs/content/2.components/form.md @@ -117,16 +117,26 @@ You can manually set errors after form submission if required. To do this, simpl ```vue