Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created May 24, 2019 16:48
Show Gist options
  • Save ntakouris/5a97f6099693adf063ce59b235146ff7 to your computer and use it in GitHub Desktop.
Save ntakouris/5a97f6099693adf063ce59b235146ff7 to your computer and use it in GitHub Desktop.
import store from '@/store'
const nodeStatus = {
eventType: 'NODE_STATUS',
handle: function (event) {
const parsed = JSON.parse(event.data)
store.commit('nodes/updateNodeStatus', parsed)
}
}
export default nodeStatus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment