Vuex Support
winuxue opened this issue · comments
winuxue commented
SlaneYang commented
me too, How to use Vuex with TS
peterChealse commented
use vuex-class
Daniel Rosenwasser commented
If others in the community have ideas, I'd be willing to hear them out. In the meantime, use
data() {
return { store: this.$store as SomeTypeForStore }
}