Vue.js Form Validation - Form Validation - Display Error Messages After User Input
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.