microsoft / TypeScript-Vue-Starter

A starter template for TypeScript and Vue with a detailed README describing how to use the two together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuex Support

winuxue opened this issue · comments

Add support for Vuex please!
At his moment it gives me this error:

vuex

me too, How to use Vuex with TS

use vuex-class

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 }
}