From 5beec0efd3c565a0bacc35ad8689cd2177e6ffe8 Mon Sep 17 00:00:00 2001 From: Robert Rosman Date: Tue, 28 Feb 2023 10:22:09 +0100 Subject: [PATCH] update broken link to VeeValidate --- src/v2/cookbook/form-validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/cookbook/form-validation.md b/src/v2/cookbook/form-validation.md index ec16e71ad4..0325ce601d 100644 --- a/src/v2/cookbook/form-validation.md +++ b/src/v2/cookbook/form-validation.md @@ -437,4 +437,4 @@ We start off with a variable representing the URL of the API that is running on While this cookbook entry focused on doing form validation "by hand", there are, of course, some great Vue libraries that will handle a lot of this for you. Switching to a prepackage library may impact the final size of your application, but the benefits could be tremendous. You have code that is (most likely) heavily tested and also updated on a regular basis. Some examples of form validation libraries for Vue include: * [vuelidate](https://github.com/monterail/vuelidate) -* [VeeValidate](https://logaretm.github.io/vee-validate/) +* [VeeValidate](https://vee-validate.logaretm.com/v3/)