DEV Community

Discussion on: Vuex + TypeScript

Collapse
 
cronjorian profile image
Sebastian Schwarzer • Edited

Not sure about it, but I think you have a typo:

Without a doubt, these types are not suitable in case you want to safely work with a typed store.

state.ts:
[...]

Shouldn't this be store.ts or index.ts ?

Anyways. Thank you for this short explanation on how to type the new vuex store 🦄🎉🥳

Collapse
 
3vilarthas profile image
Andrew

Thanks! Fixed.