2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-05-28 08:34:05 +03:00

readme typo, fixes #3

This commit is contained in:
nathan
2017-06-01 08:24:55 -07:00
parent 0b27e5218b
commit fd5d4a6a59
+1 -1
View File
@@ -102,7 +102,7 @@ export default new Vuex.Store({
console.error(state, event)
},
// default handler called for all methods
SOCKET_ONMESSAGE (event, message) {
SOCKET_ONMESSAGE (state, message) {
state.message = message
}
}