mirror of
https://github.com/MetinSeylan/Vue-Socket.io.git
synced 2025-04-16 15:21:28 +02:00
fixed typo on VueSocketIOListener
This commit is contained in:
parent
68d4e5570b
commit
00d41c9308
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export default class VueSocketIOListener {
|
||||||
|
|
||||||
this.onEvent(event, args)
|
this.onEvent(event, args)
|
||||||
};
|
};
|
||||||
VueSocketIOListenler.staticEvents.forEach(event => this.io.on(event, args => this.onEvent(event, args)))
|
VueSocketIOListener.staticEvents.forEach(event => this.io.on(event, args => this.onEvent(event, args)))
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue