vuex-class-component
vuex-class-component copied to clipboard
Fix for internal proxy
When creating internal proxies on submodules, they were generating the namespaced path twice.
Eg a module of 'user' with a submodule of 'settings' would generate a namespace path of 'user/user/settings'.
When trying to access local mutations, it is generating an error.
This resolves it by removing the double up.