Skip to content

Instantly share code, notes, and snippets.

@acacha
Created June 19, 2017 14:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acacha/7b8571671283fbca60b08e5df8b2ba78 to your computer and use it in GitHub Desktop.
Save acacha/7b8571671283fbca60b08e5df8b2ba78 to your computer and use it in GitHub Desktop.
example_of_vue_methods.js
methods: {
remove() {
this.removed = true
this.$emmit('removed')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment