We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d4e55 commit 5cbf41aCopy full SHA for 5cbf41a
src/listener.js
@@ -38,7 +38,7 @@ export default class VueSocketIOListener {
38
39
this.onEvent(event, args)
40
};
41
- 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)))
42
}
43
44
/**
0 commit comments