you need to import your locale translation in shop/app.js like: import ar from 'vee-validate/dist/locale/ar' for arabic; and, add it in
Vue.use(VeeValidate, {
dictionary: {
ar: ar,
de: de,
},
events: 'input|change|blur',
});
-
This topic is deleted!
• bala