- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 3.2.0 ### Environment vue:3.2.33 ant-desing-vue:3.2.0 ### Reproduction link [](https://codesandbox.io/s/eager-orla-bjtn1j?file=/src/App.vue) ### Steps to reproduce 点击isSticky开启粘性布局就会导致页面卡死 ### What is expected? - ### What is actually happening? 无限计算导致页面卡死 --- 在这个提交里面:https://github.com/vueComponent/ant-design-vue/commit/afd74c95d8ccd6ced5ce5f5c1a9abe3a398a0217 onUpdated里面执行了nextTick,导致重新计算,然后继续onUpdated,然后继续nextTick,无限循环 <!-- generated by issue-helper. DO NOT REMOVE -->