Problem with DOM nodes #9827
Unanswered
tobiasvpini
asked this question in
Help/Questions
Replies: 1 comment 1 reply
-
see #5256 (comment) and disable |
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.
-
Hi everyone, hope you are having a good day!
I am using vue3 to develop a new project to practice and notice that dom nodes never decrease the amount i expect, for example in my case i have some dialogs to do multiple actions over multiple rows of data, each dialog has a v-if directive to unmount as doc says, looking at "performance" tab in Dev Tools i saw that for example once a dialog is open increase dom nodes at 1500 but when it is close only decrease 100 and this is repeating at every opening, im sure that dialog is mount and unmount correctly but nodes only increase exponentially doing that app performance lowest.
Tell me if it is necessary more info or some images to help you understand my problem.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions