return space :)

This commit is contained in:
nomnes 2019-01-25 06:00:21 +07:00
parent 4daffda99b
commit 51583f5d3b

View file

@ -47,4 +47,5 @@ export default class VueSocketIOListenler {
onEvent(event, args){ onEvent(event, args){
this.emitter.emit(event, args); this.emitter.emit(event, args);
} }
} }