You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
collect garbage and take a snapshot before click the button toggleB
2.click button toggleB, change the value of the input
3.click button toggle A, make sure the external dynamic component is componentA
4.collect garbage and take a snapshot
What is expected?
the delta of the VueComponent is 0
What is actually happening?
the delta of the VueComponent is bigger than 0
the version of the chrome is 77.0.3865.90
when toggle the componet repeatedly, the count of VueComponent in memory is always increase
The text was updated successfully, but these errors were encountered:
15757115286
changed the title
nested dynamic components occur memory leaks when internal dynamic component bind event or has a v-model directive
nested dynamic components occur memory leaks
Sep 21, 2019
Version
2.6.10
Reproduction link
https://codepen.io/15757115286/pen/MWgZYgg
Steps to reproduce
2.click button toggleB, change the value of the input
3.click button toggle A, make sure the external dynamic component is componentA
4.collect garbage and take a snapshot
What is expected?
the delta of the VueComponent is 0
What is actually happening?
the delta of the VueComponent is bigger than 0
the version of the chrome is 77.0.3865.90
when toggle the componet repeatedly, the count of VueComponent in memory is always increase
The text was updated successfully, but these errors were encountered: