Closed VladymyrKarpov closed 8 months ago
Please share a reproducible repo for better understanding of this issue.
Please share a reproducible repo for better understanding of this issue.
Here it is : Repo link Thank you!
I am facing the same issue, any update? I am using vue 2.
There is no update as Vue 2 support is not currently supported. The library was updated to work with Vue 3
before this issue was created. I cannot pinpoint if the issue is from the vuex side or how life cycles are handled by the library. Maybe try reproducing this with Vue3/Pinia and see if the same issue persists. If the issue exists with Vue3/Pinia I may consider taking a look.
Create a separate component for speedometer and then add v-once to it. It is working for me.
Create a separate component for speedometer and then add v-once to it. It is working for me.
Can you share the link?
v3
is published with composition api/SFC (single file component) support. This is the recommended version for Vue 3
composition api users.
After async loading data speedometer resets to 0 with v-if statement. If I use forceRedraw parameter everything work as expected
Preview