Having trouble changing the error message in vee-validate, any suggestions on how to fix this?
import VeeValidate from "vee-validate";
import hebrew from "vee-validate/dist/locale/he";
Vue.use(VeeValidate, {
locale: "he",
dictionary: {
he: { messages: hebrew }
}
});
Any help is greatly appreciated!