vue-particles icon indicating copy to clipboard operation
vue-particles copied to clipboard

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

Open 233cy opened this issue 5 years ago • 1 comments

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

233cy avatar Aug 03 '18 20:08 233cy

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

sishenhei7 avatar Sep 05 '19 00:09 sishenhei7