vuelidate custom error messages code example
Example: vuelidate custom error message
!$v.form.title.minLength || !$v.form.title.required ?
`Please add at least ${$v.form.title.$params.minLength.min} characters`
: `You exceeded the limit of ${$v.form.title.$params.maxLength.max} characters`