Validation Rules | VeeValidate
vee-validate.logaretm.com › v2 › guideValidation Rules after. The field under validation must have a valid date and is after the date value in the target field. Must have the... alpha. The field under validation may only contain alphabetic characters. alpha_dash. The field under validation may contain alphabetic characters, numbers, ...
v-validate directive | VeeValidate
vee-validate.logaretm.com › v2 › apiv-validate directive. The v-validate directive is the main way to validate your inputs, the directive accepts either a string or an object as a value. If a string was passed, it must be a valid rules string, that is the validation rules separated by pipes '|'. <input v-validate="'required|email'" name="field" type="text">.