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
Currently, the document describe how to use composition api of vuex useStore is very limited.
None of the example show how to use useStore in .vue flies setup function and in js/ts files.
What does the proposed API look like?
To the very least, the examples must include useStore() examples, how to import and use them in .vue setup function and in .js/ts files