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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -