I have recently started with vuex.
vuex
The official docs explains well what modules are but i am not sure if i understood the namespaces in mo
To using it, we can pass the module namespace string as the first argument to the helpers so that all bindings are done using that module as the context. The above can be simplified to:
...mapGetter('moduleA/client', { a: state => state.a });