Skip to content

Instantly share code, notes, and snippets.

@acacha
Last active June 19, 2017 14:50
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 acacha/f58cb6c0341ba21e8ea1616d3b3556a0 to your computer and use it in GitHub Desktop.
Save acacha/f58cb6c0341ba21e8ea1616d3b3556a0 to your computer and use it in GitHub Desktop.
example_using_watcher_vue_to_fire_events.js
watch: {
removed: function () {
removed ? this.$emmit('removed') : this.$emmit('unremoved')
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment