Closed mcicolella closed 6 years ago
I'm trying to notify a message received by websocket but $snotify is undefined in the context of websocket.js. The same from Vuex, e.g. to show an error message when something (action or mutation) goes wrong.
After Googling I found out a solution here.
I'm trying to notify a message received by websocket but $snotify is undefined in the context of websocket.js. The same from Vuex, e.g. to show an error message when something (action or mutation) goes wrong.