freedomotic / fd-vue-webapp

A Vue.js web application for Freedomotic Open IoT framework
http://fd-vue-webapp.herokuapp.com/
GNU Affero General Public License v3.0
65 stars 66 forks source link

$snotify is undefined ouside Vue components #111

Closed mcicolella closed 6 years ago

mcicolella commented 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.

mcicolella commented 6 years ago

After Googling I found out a solution here.