We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.4.8
Vue 2.6.1 chrome 78
任何带有trigger的组件渲染执行时 如示例 点击 按钮几百次后
内存占用不变
出现内存泄漏,渲染创建的节点VNode没有被正确回收 ,大型应用长时间使用会造成卡顿
这里有个闭包
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
No branches or pull requests
Version
1.4.8
Environment
Vue 2.6.1 chrome 78
Reproduction link
Steps to reproduce
任何带有trigger的组件渲染执行时
如示例 点击 按钮几百次后
What is expected?
内存占用不变
What is actually happening?
出现内存泄漏,渲染创建的节点VNode没有被正确回收 ,大型应用长时间使用会造成卡顿
这里有个闭包
The text was updated successfully, but these errors were encountered: