vuejs / composition-api

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

fix: markRaw in watch #903

Closed yaquawa closed 2 years ago

yaquawa commented 2 years ago

Currently watch with deep:true will ignore object that marked with markRaw. This fix makes it align with the latest vue3 behavior.