add fr/nl/tr locale to shop app.js
This commit is contained in:
parent
b8ba37c5ae
commit
eae7c95c1d
|
|
@ -4,6 +4,9 @@ import VeeValidate, { Validator } from 'vee-validate';
|
|||
import de from 'vee-validate/dist/locale/de';
|
||||
import ar from 'vee-validate/dist/locale/ar';
|
||||
import fa from 'vee-validate/dist/locale/fa';
|
||||
import fr from 'vee-validate/dist/locale/fr';
|
||||
import nl from 'vee-validate/dist/locale/nl';
|
||||
import tr from 'vee-validate/dist/locale/tr';
|
||||
import axios from 'axios';
|
||||
import VueSlider from 'vue-slider-component';
|
||||
import accounting from 'accounting';
|
||||
|
|
@ -23,6 +26,9 @@ Vue.use(VeeValidate, {
|
|||
ar: ar,
|
||||
de: de,
|
||||
fa: fa,
|
||||
fr: fr,
|
||||
nl: nl,
|
||||
tr: tr,
|
||||
},
|
||||
events: 'input|change|blur',
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue