From 690b6ca87035eb7100956bd7aa7648e36e8f902e Mon Sep 17 00:00:00 2001 From: guillaume Date: Fri, 31 Aug 2018 01:31:31 +0200 Subject: [PATCH] typo but online ;) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0f5b26..83fed54 100755 --- a/README.md +++ b/README.md @@ -162,14 +162,14 @@ export default new Vuex.Store({ SOCKET_RECONNECT_ERROR(state) { state.socket.reconnectError = true; }, - } -}, -actions: { + }, + actions: { sendMessage: function(context, message) { ..... Vue.prototype.$socket.send(message) ..... } + } }) ```