UNPKG
i-rubik
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.5
0.3.3
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.0.1
A Vue.js 2.0+ UI Components Framework
github.com/ccforward/rubik
ccforward/rubik
i-rubik
/
src
/
mixins
/
event.js
9 lines
(8 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export default { mounted () {
this
.$rubik.bridge.sub(
this
.events) }, beforeDestroy () {
this
.$rubik.bridge.unsub(
this
.events) } }