2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-06-08 21:42:27 +03:00

Merge pull request #114 from anatoly314/patch-1

Update README.md
This commit is contained in:
Viktor
2022-07-25 13:30:25 +03:00
committed by GitHub
+1 -1
View File
@@ -168,7 +168,7 @@ export default new Vuex.Store({
actions: {
sendMessage: function(context, message) {
.....
Vue.prototype.$socket.send(message)
Vue.prototype.$socket.sendObj(message)
.....
}
}