Vuetify Version: 2.2.22
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.163
OS: Mac OS 10.15.3
Put
Tabs are not causing a memory leak
Tabs causing a memory leak and never stops update.
https://codepen.io/justmartinhere/pen/vYNLZNq
Tested in vue devtools.
For reference, I get the following in my vue devtools:

So it seems to turn the slider on and off continuously, therefore creating new components and destroying them, hence the memory leak & a lot of GC
Most helpful comment
For reference, I get the following in my vue devtools:

So it seems to turn the slider on and off continuously, therefore creating new components and destroying them, hence the memory leak & a lot of GC