You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not really something that I can create a repo for. I simply cannot fathom out how to do it properly with the somewhat scant documentation on the subject. The documentation tells me how to create a top level store in Typescript, and the documentation separately tells me how to create modules, but the documentation does not tell me how to implement modules in a Typescript environment such that everything is properly typed.
What is expected?
More in-depth Typescript and composition API documentation that covers all the other aspects (modules etc) not just a simple single top-level store.
What is actually happening?
It is left to guesswork and trail and error.
The text was updated successfully, but these errors were encountered:
Version
4.0.2
Reproduction link
vuex.vuejs.org
Steps to reproduce
It is not really something that I can create a repo for. I simply cannot fathom out how to do it properly with the somewhat scant documentation on the subject. The documentation tells me how to create a top level store in Typescript, and the documentation separately tells me how to create modules, but the documentation does not tell me how to implement modules in a Typescript environment such that everything is properly typed.
What is expected?
More in-depth Typescript and composition API documentation that covers all the other aspects (modules etc) not just a simple single top-level store.
What is actually happening?
It is left to guesswork and trail and error.
The text was updated successfully, but these errors were encountered: