mirror of
https://github.com/tenrok/vue-native-websocket.git
synced 2026-06-20 18:20:35 +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 {
|
} else {
|
||||||
observer = new Observer(connection, opts)
|
observer = new Observer(connection, opts)
|
||||||
Vue.prototype.$socket = observer.WebSockekt
|
Vue.prototype.$socket = observer.WebSocket
|
||||||
}
|
}
|
||||||
|
|
||||||
Vue.mixin({
|
Vue.mixin({
|
||||||
|
|||||||
Reference in New Issue
Block a user