How to get Vue Router Params in Vuex?
in your actions.js or store.js
import router from 'path/to/router'
console.log(router.currentRoute.params)
in your actions.js or store.js
import router from 'path/to/router'
console.log(router.currentRoute.params)