Open
Description
Just replying to #11 (comment)
As I'd like to discuss more about vue-class-store.
I agree about computed properties being a nice workflow, and it's what I've grown used to, but I'm wondering your thoughts on how vue-class-store can work with the composition api.
From my understanding this package is best used as a provider at the top level then subsequently injected where needed.
I've setup a codesandbox to try and work through some possible setups. I assume much of the same principles carry along with modifying the store.
Please let me know if you have thoughts on best ways to inject specific store properties at the child level.
Thanks!