Open
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.2.12
Environment
Vue 3.2.33
Reproduction link
Steps to reproduce
1.打开控制台
2.鼠标移入表格中的某一行观察控制台输出
What is expected?
鼠标移入表格并不会触发行中任何组件的重渲染,控制台无任何输出
What is actually happening?
会发现每一行的组件都会触发render函数输出"重复渲染",即我移入某一行重渲染了当前表格页的所有row