If this getter is in a module rootState is the third arguments.
const getters = {
getParams: (state, getters, rootState) => {
return rootState.route.params
}
}
If this getter is in a module rootState is the third arguments.
const getters = {
getParams: (state, getters, rootState) => {
return rootState.route.params
}
}