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
在 https://arco.design/vue/component/tabs 提供的动态增减标签页中不断新增标签页,然后点击删除按钮全部删除后,内存没有被正常释放,通过开发者工具能看到,被删除的标签页中的内容还留存在内存中。
内存释放
The text was updated successfully, but these errors were encountered:
No branches or pull requests
基本信息
复现步骤
在 https://arco.design/vue/component/tabs 提供的动态增减标签页中不断新增标签页,然后点击删除按钮全部删除后,内存没有被正常释放,通过开发者工具能看到,被删除的标签页中的内容还留存在内存中。
预期结果
内存释放
The text was updated successfully, but these errors were encountered: