Open
Description
What problem does this feature solve?
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