missing )
Closed this issue · 4 comments
massimoselvi commented
Vuemit.js file, line 114
I found it like this: this.vue.$off(event;
of course it must be:
this.vue.$off(event);
pls fix and update
gocanto commented
Would u like to send a PR? :)
gocanto commented
To be honest, I do not spot the error within ur example.