Open
Description
Can we consider adding some vuex actions for the following methods:
- Push
- Replace
- Go
Right now, it's a little awkward in that we can access the state from Vuex using this plugin, but you are still required to interact with the router via direct access.
With this proposal, I want the flow to look something akin to this (which I believe is how integrations between react-router and redux generally function):