UNPKG

i-rubik

Version:

A Vue.js 2.0+ UI Components Framework

9 lines (8 loc) 146 B
export default { mounted () { this.$rubik.bridge.sub(this.events) }, beforeDestroy () { this.$rubik.bridge.unsub(this.events) } }