Skip to content

Instantly share code, notes, and snippets.

@hawkeye64
Last active November 19, 2018 14:39
Show Gist options
  • Save hawkeye64/09e5e19afe9ec71ec1ee96f5d05651bd to your computer and use it in GitHub Desktop.
Save hawkeye64/09e5e19afe9ec71ec1ee96f5d05651bd to your computer and use it in GitHub Desktop.
'expand-tree' message on Vue global event bus
created: function () {
this.$root.$on('expand-tree', this.expandTree)
},
beforeDestroy: function () {
this.$root.$off('expand-tree', this.expandTree)
},
@hawkeye64
Copy link
Author

done. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment