logaretm / vee-validate

✅ Painless Vue forms
https://vee-validate.logaretm.com/v4
MIT License
10.82k stars 1.27k forks source link

Why I am getting all errors as "is not valid" ?(v3) #4010

Closed cane-bt closed 1 year ago

cane-bt commented 1 year ago

Discussed in https://github.com/logaretm/vee-validate/discussions/4007

Originally posted by **toshi-ue** November 21, 2022 I found a similar question below. [Why I am getting all errors as "is not valid" ? · Discussion #3999 · logaretm/vee-validate](https://github.com/logaretm/vee-validate/discussions/3999) I use "vue": "^2.5.17" and "vee-validate": "^3.4.14", but it didn't work. so let me ask you a question. I tried to make myapp localization and set it according to documentation. [Localization | VeeValidate](https://vee-validate.logaretm.com/v3/guide/localization.html#using-the-default-i18n) But the message always says `is not valid`. Please tell me the solution. The code is below. ```js