You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When 'connectmanually' is set to true, Vue.use () should be able to set the socket link to be empty. When calling $connect, an error will be thrown when the protocol link address is continued to be passed in when the link is not passed in when mounting to Vue and no link is passed in when $connect... Now I operate like this when mounting = > Vue.use (websoket,'ws://',{connectmanually:true})
The text was updated successfully, but these errors were encountered:
When 'connectmanually' is set to true, Vue.use () should be able to set the socket link to be empty. When calling $connect, an error will be thrown when the protocol link address is continued to be passed in when the link is not passed in when mounting to Vue and no link is passed in when $connect... Now I operate like this when mounting = > Vue.use (websoket,'ws://',{connectmanually:true})
The text was updated successfully, but these errors were encountered: