From 208ed1ebee8e24a0017a2af28e5d796be370c4da Mon Sep 17 00:00:00 2001 From: Tola Date: Tue, 3 Sep 2019 14:24:16 +0700 Subject: [PATCH] updated new link for 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 e7133dd0a4..e79d28d800 100644 --- a/src/v2/cookbook/form-validation.md +++ b/src/v2/cookbook/form-validation.md @@ -432,4 +432,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](http://vee-validate.logaretm.com/) +* [VeeValidate](https://logaretm.github.io/vee-validate/)