Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 2, 2019 15:45
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 parzibyte/bbc5d9f8d7c8a33ac30c1f6008ef17e0 to your computer and use it in GitHub Desktop.
Save parzibyte/bbc5d9f8d7c8a33ac30c1f6008ef17e0 to your computer and use it in GitHub Desktop.
Vue.use(VeeValidate, {
// Podría ser blur, change, etcétera. Si está vacío
// entonces se tiene que validar manualmente
events: "change|blur|keyup",
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment