vuejs / composition-api

Composition API plugin for Vue 2
https://composition-api.vuejs.org/
MIT License
4.19k stars 343 forks source link

【BUG】watch() 传入reactive类型的数据,vue3.4与3.3表现不一致 #992

Closed Oumae-Kumiko closed 3 months ago

Oumae-Kumiko commented 6 months ago

3.2、3.3版本的watch() 传入reactive类型监听源,即使deep设置为false,源码上会默认设置为true,修改深层属性会触发监听回调。 但在3.2升到3.4版本时,代码不变,deep依旧是false,此时修改reactive里深层的属性,不会触发监听!

dews commented 6 months ago

This repo is for vue2. I think you go to the wrong place.

github-actions[bot] commented 4 months ago

Stale issue message