2
0
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:
Surasak Phothiphiphit
2018-04-12 12:32:23 +07:00
committed by GitHub
parent 34ab4c2bec
commit 79625aa32f
+1 -1
View File
@@ -23,7 +23,7 @@ export default {
}
} else {
observer = new Observer(connection, opts)
Vue.prototype.$socket = observer.WebSockekt
Vue.prototype.$socket = observer.WebSocket
}
Vue.mixin({