veact icon indicating copy to clipboard operation
veact copied to clipboard

useRef与vue的更新机制不一样

Open agileago opened this issue 2 years ago • 0 comments

useRef这块是不是watch得时候应该是deep

比如在vue中:

ref传递一个对象或者数组,对其进行操作是会触发界面更新的

image

但是在veact中就不会

image

agileago avatar Jul 23 '23 02:07 agileago