From 077e8f6b44291f8eee39563bab3b0a19b7d7cd9c Mon Sep 17 00:00:00 2001 From: Christian Zachariasen Date: Mon, 20 Dec 2021 07:13:00 +0100 Subject: [PATCH] docs: incorrect vuelidate instance naming (v$ vs $v) (#976) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dcd0408..cb5b242b 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ The easiest way to display errors is to use the form's top level `$errors` prope ```vue

{{ error.$validator }} @@ -204,7 +204,7 @@ You can also check for errors on each form property: ```vue