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 c44d62b commit 9a4762fCopy full SHA for 9a4762f
src/Main.js
@@ -14,6 +14,7 @@ export default {
14
15
if (opts.connectManually) {
16
Vue.prototype.$connect = (connectionUrl = connection, connectionOpts = opts) => {
17
+ connectionOpts.$setInstance = opts.$setInstance
18
observer = new Observer(connectionUrl, connectionOpts)
19
Vue.prototype.$socket = observer.WebSocket
20
}
0 commit comments