Results 2 comments of 米兰

看样子是内部的doLayout执行了多次 导致表格多次重新渲染 插槽内函数反复执行

![image](https://github.com/vueuse/vueuse/assets/159113473/eb51f898-87d3-423a-a81e-71d951c38f3a) 源码出于设计确实只返回了对象的浅代理 你可以使用这种形式来解决问题 The source code by design does only return a shallow ref for the object, which you can use to solve the problem ``` function changeName() { foo.value=...