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.
2 parents c44d62b + 9a4762f commit 4cba717Copy full SHA for 4cba717
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