vuejs / core

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
https://vuejs.org/
MIT License
47.92k stars 8.36k forks source link

watch #6200

Closed YouthguyZ closed 2 years ago

YouthguyZ commented 2 years ago

Vue version

vue3.0

Link to minimal reproduction

https://github.com/vuejs/core

Steps to reproduce

watch's callback faunction have bug,the new value have no difference with the old value when use deep:true options. so how can i do

What is expected?

Hope to be solved

What is actually happening?

bug

System Info

windows

Any additional comments?

write code learning vue3.0

LinusBorg commented 2 years ago

https://github.com/vuejs/core/issues/6198

YouthguyZ commented 2 years ago

6198

ok i got thanks broðŸ¤