[Vuejs]-Vue memory leak: each time v-if value is changed, more memory is needed

0👍

This actually seems to turn out as my mistake. I took the snapshots right after triggering the components over and over again. If you wait a couple of seconds and then take the snapshot, Vue takes care of it and memory is back to normal.

Leave a comment