Chrome Vue.js devtools v6.6.3 not showing getters of root store (Vuex)
I have a root store with states, mutations and getters. It also exports modules (sub stores). When inspecting it in chrome Vue.js devtools v6.6.3 it only shows the modules. I don’t see any states or getters related to the root store itself. Is there an obvious error in this example?