mirror of
https://github.com/tenrok/vue-native-websocket.git
synced 2026-05-17 07:39:38 +03:00
ace2bf5d91
According to the documentation: "If there is a .mutation value in the response data, the corresponding mutation is called with the name SOCKET_[mutation value]" However when event data does not contains .mutation value mutation is null, so the mutation is not find in the store.