app/matestack/components/some_component.js
MatestackUiVueJs.eventHub.$emit(EVENT_NAME, OPTIONAL PAYLOAD)
app/matestack/components/some_component.js
beforeUnmount
hook!this.getRefs()
instead of this.$refs
matestack_ui_vuejs_ref()
when applying refs to your componen template:this.getElement()
instead of this.$el
in order to get the root element defined in your response
methodthis.getTemplateElement()
in order to get the template element wrapping the root element defined in your response
method