creotip / vue-particles

Vue.js component for particles backgrounds ✨
http://vue-particles.netlify.com/
1.44k stars 194 forks source link

can this package cause Memory Leak? #59

Open sishenhei7 opened 4 years ago

sishenhei7 commented 4 years ago

Hello,i find that you did not actually distroy particles when component vue-particles was destroyed.

So, it may cause Memory Leak, does it ?

aonghas commented 4 years ago

I would also like to know the answer to this

htfranek commented 4 years ago

It does and it's a big problem if you are using router for switching pages. Especially if you have particles more pages.

KaelWD commented 4 years ago

Duplicate of #20

matteobruni commented 3 years ago

Try particles.vue (https://github.com/matteobruni/tsparticles/tree/master/components/vue) to solve this issue