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
3.2.0
vue:3.2.33 ant-desing-vue:3.2.0
点击isSticky开启粘性布局就会导致页面卡死
无限计算导致页面卡死
在这个提交里面:afd74c9 onUpdated里面执行了nextTick,导致重新计算,然后继续onUpdated,然后继续nextTick,无限循环
The text was updated successfully, but these errors were encountered:
cb6d0bd
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
3.2.0
Environment
vue:3.2.33 ant-desing-vue:3.2.0
Reproduction link
Steps to reproduce
点击isSticky开启粘性布局就会导致页面卡死
What is expected?
What is actually happening?
无限计算导致页面卡死
在这个提交里面:afd74c9
onUpdated里面执行了nextTick,导致重新计算,然后继续onUpdated,然后继续nextTick,无限循环
The text was updated successfully, but these errors were encountered: