How to get store values with composition api? #337
Answered
by
CodeDredd
whitespacecode
asked this question in
Q&A
-
Using the composition api from vue it's not clear to me how you can access the values in the store and execute actions on the different items.
Looking at the vue devtools the posts are there:
Log where you see the posts in the value
|
Beta Was this translation helpful? Give feedback.
Answered by
CodeDredd
Sep 14, 2022
Replies: 1 comment 2 replies
-
Can it be that your saving your data to the store from an api async and not waiting for it to be done? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
CodeDredd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can it be that your saving your data to the store from an api async and not waiting for it to be done?
Please make a reproduction on stackblitz or codesandbox 🙏 Thank you!