Vue.js question detail
What is the default namespace behavior in vuex?
By default, actions, mutations and getters inside modules are still registered under the global namespace. Because of that multiple modules react to the same mutation/action type.