vue.js - Vee validate - Custom Error Message? -
when vee validate picks invalid field outputs error using fields name, eg.
the address_line_1 field required.
is possible use fields label or other attribute in error message field names not user friendly.
you can use data-vv-as
show in error message. read more here.
<input type="text" name="address_line_1" data-vv-as="address line 1" />
Comments
Post a Comment