vuex how to get state from another module in a getter code example
Example: vuex state from another module
let newLocalState = context.rootState.moduleName.stateName;
let newLocalState = context.rootState.moduleName.stateName;