Add options parameter to Constructor (#195)
* Fix Spelling - Rename `Listenler` to `Listener` * Add Options to Connection - Add options which can be passed to connection string for `SocketIO` * Build New Version * Fix spelling in Package.json - Change `implemantation` to `implementation` - Change `vuejs` to `Vue.js` - Change `vuex` to `VueX` * Updates to index.js - Add `options` to JSDocs for constructor - Fix spelling for JSDoc on `install` and `connect` methodspull/198/head
parent
207a0a13bd
commit
f1e03525c0
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
||||
|
||||
export default class VueSocketIOListenler {
|
||||
export default class VueSocketIOListener {
|
||||
|
||||
/**
|
||||
* socket.io-client reserved event keywords
|
Loading…
Reference in New Issue