creotip / vue-particles

Vue.js component for particles backgrounds ✨

Home Page:http://vue-particles.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue在单页模式下,来回切换页面会导致JS急速变慢

233cy opened this issue · comments

例如单页中,登录然后到首页,登录页含有动画效果,来回切换数次感觉像是动画实例化了很多次然后导致JS异常的慢

看了下源码,是会有这种情况。
源码没有对particles进行destroy,导致内存泄漏
想完美解决的话最好自己封装particle.js吧