shakee93 / vue-toasted

🖖 Responsive Touch Compatible Toast plugin for VueJS 2+
https://shakee93.github.io/vue-toasted/
MIT License
2.21k stars 194 forks source link

[question] How to use from VueX store ? #140

Closed lc-thomas closed 5 years ago

lc-thomas commented 5 years ago

I can't seem to be able to create notifications from the VueX store, how do you do that ?

lc-thomas commented 5 years ago

nevermind, found out : this._vm.$toasted.show(params['data']['message'])