vuelidate custom error message

Solutions on MaxInterview for vuelidate custom error message by the best coders in the world

showing results for - "vuelidate custom error message"
Kellie
27 Jul 2016
1!$v.form.title.minLength || !$v.form.title.required ?
2  `Please add at least ${$v.form.title.$params.minLength.min} characters`
3  : `You exceeded the limit of  ${$v.form.title.$params.maxLength.max} characters`