Open
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.2.2
Environment
mac os:10.15.7 (19H1323);chrome:100.0.4896.127 (正式版本) (x86_64) ;vue:^3.0.0;ant-design-vue:^2.2.2;
Reproduction link
Steps to reproduce
复现代码:https://codesandbox.io/s/mystifying-paper-ls16ou?file=/src/App.vue
v-for 中的 ref 数组:https://v3.cn.vuejs.org/guide/migration/array-refs.html
What is expected?
期望 v-for 每渲染一个元素,绑定 ref 的方法执行一次
What is actually happening?
实际情况是,v-for 每渲染一个元素,绑定 ref 的方法执行了两次