michaelolof / vuex-class-component

A Type Safe Vuex Module or Store Using ES6 Classes and ES7 Decorators written in TypeScript.
217 stars 21 forks source link

Fixes to namespaced getters on submodules #73

Closed tiagoroldao closed 4 years ago

tiagoroldao commented 4 years ago

This is a fix of work pushed in #64, preventing non-namespaced getters from being called against rootGetters

As before, this is the result of issues found in live usage of the repo, and a testable build is used as

"vuex-class-component": "git+https://github.com/tiagoroldao/vuex-class-component.git#82cd9573639b8c3e38081c4b1cbb4f2b57213571"

(this points to https://github.com/tiagoroldao/vuex-class-component/tree/proxy-hot-fix, which includes a built distribution)