Command to Enable State Refresh like at Source File Re-Save…?? #2019
Unanswered
sabedoralicio
asked this question in
Help and Questions
Replies: 0 comments
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.
-
Dear all,
did anyone notice that source file saving (possibly after a small non behavior changing edit) can raise the level of refresh of a running Vue/Pinia application, i.e. that components will refresh state which did not before?
At developing a Pinia stored clickable SVG grid representation with Plotly charts, I observed that such reproducibly made possible thorough reconfiguration of grid & chart compositions nicely matching the requirements given.
However, it is not known to me how to reproduce just this deep refreshment effect by a command at the code – $forceUpdate(), v-if wrapping, and internal counter vars (as suggested in the web) apparently did not do the job.
Has anybody a hint, maybe even about learning more about the inner mechanics of that increased refreshment effect?
Thank you very much in advance, Nick
Square.vue.txt
Beta Was this translation helpful? Give feedback.
All reactions