It's not particularly sexy to display the input errors of a form by default. It's common to await the validation and hold back the form errors to after a user has interacted with the input field.
In this lesson, we'll learn about Vuelidates $invalid
, $dirty
and $error
properties along with the $touch()
method.