Skip to content

Instantly share code, notes, and snippets.

@acacha
Created June 19, 2017 14:26
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/b88560b7f3cd1a63de154d2da7ae067c to your computer and use it in GitHub Desktop.
Save acacha/b88560b7f3cd1a63de154d2da7ae067c to your computer and use it in GitHub Desktop.
Using watcher with vue component props
watch: {
collapsed: function () {
this.isCollapsed= this.collapsed
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment