mirror of
https://github.com/tenrok/vue-native-websocket.git
synced 2026-05-17 06:09:39 +03:00
Fix wrong word
This commit is contained in:
committed by
GitHub
parent
34ab4c2bec
commit
79625aa32f
+1
-1
@@ -23,7 +23,7 @@ export default {
|
||||
}
|
||||
} else {
|
||||
observer = new Observer(connection, opts)
|
||||
Vue.prototype.$socket = observer.WebSockekt
|
||||
Vue.prototype.$socket = observer.WebSocket
|
||||
}
|
||||
|
||||
Vue.mixin({
|
||||
|
||||
Reference in New Issue
Block a user