2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-06-23 08:10:34 +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: { actions: {
sendMessage: function(context, message) { sendMessage: function(context, message) {
..... .....
Vue.prototype.$socket.send(message) Vue.prototype.$socket.sendObj(message)
..... .....
} }
} }