Get the data asynchronously and do not update the data on the page #1354
Unanswered
wChenonly
asked this question in
Help and Questions
Replies: 1 comment 1 reply
-
Does anyone know why? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Reproduction
no
Steps to reproduce the bug
The project initialization acquires data asynchronously, stores pinia, and then uses store data on the page, but the data is not updated.
For log view, you first go to the log of the page, followed by the initialized log.
In the picture, the outer layer shows that the array is empty, but there is actually data inside.
Expected behavior
I hope the page can use the data correctly.
Actual behavior
The page does not have the correct responsive data
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions