-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
has PRA pull request has already been submitted to solve the issueA pull request has already been submitted to solve the issuescope: reactivity
Description
Vue version
3.3.6
Link to minimal reproduction
Steps to reproduce
Open browser console,see console.log output
What is expected?
watch([value2, value3], ([v2, v3]) => console.log(v2, v3) ) // Good: trigger 0 time
What is actually happening?
watch([value2, value3], ([v2, v3]) => console.log(v2, v3) ) // Bad: trigger 1 time
System Info
No response
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
has PRA pull request has already been submitted to solve the issueA pull request has already been submitted to solve the issuescope: reactivity