I would like to pass router params into Vuex actions, without having to fetch them for every single action in a large form like so:
edit_sport_type({ rootState,
Not sure to understand well your question, but : This plugin keeps your router' state and your store in sync : https://github.com/vuejs/vuex-router-sync
and it sounds like what you are looking for.