From ce96db05d2b2e9ea4da52ef330f9cef0fd48585c Mon Sep 17 00:00:00 2001 From: Uri Goldstein Date: Wed, 22 Nov 2023 16:29:08 +0200 Subject: [PATCH] docs(forms.md): add text to help find 3rd party integration examples (#18722) Co-authored-by: Andrew Henry --- packages/docs/src/pages/en/components/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/pages/en/components/forms.md b/packages/docs/src/pages/en/components/forms.md index d0b3e71b855..3e2a31d0dac 100644 --- a/packages/docs/src/pages/en/components/forms.md +++ b/packages/docs/src/pages/en/components/forms.md @@ -26,7 +26,7 @@ The `v-form` component makes it easy to add validation to form inputs. All input ::: tip -If you prefer using a 3rd party validation plugin, we also provide examples for integrating both [Vee-validate](https://github.com/baianat/Vee-validate) and [vuelidate](https://github.com/vuelidate/vuelidate). +If you prefer using a 3rd party validation plugin, we provide [examples](#vee-validate) further down the page for integrating both [Vee-validate](https://github.com/baianat/Vee-validate) and [vuelidate](https://github.com/vuelidate/vuelidate) validation libraries. :::