Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created January 27, 2019 19:30
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/eb14c2ec3749c1a86de18592f1e6e54d to your computer and use it in GitHub Desktop.
Save uno-de-piera/eb14c2ec3749c1a86de18592f1e6e54d to your computer and use it in GitHub Desktop.
<script>
export default {
methods: {
signUp (user) {
//registramos al usuario...
this.$bus.$emit('userRegistered', user)
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment