Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created May 24, 2018 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uno-de-piera/ad3a27814c1ffce1c87e2542c3b78f81 to your computer and use it in GitHub Desktop.
Save uno-de-piera/ad3a27814c1ffce1c87e2542c3b78f81 to your computer and use it in GitHub Desktop.
import VeeValidate from 'vee-validate';
const VueValidationEs = require('vee-validate/dist/locale/es');
Vue.use(VeeValidate, {
locale: 'es',
dictionary: {
es: VueValidationEs
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment