cklmercer/vue-events

How to get emit event in vuex?

Closed this issue · 3 comments

I want to emit an event to event bus in vuex mutations. How to do?

This isn't supported at the moment. You could extend this plugin so that it exports both the plugin function and the event bus. Then you'd just need to import the event bus.

I'll look into adding this feature, but it could be a little while before I'm able to get to it. In the mean time, I'm 100% open to reviewing and merge PRs! Thanks!