-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Open
Labels
Description
Vue version
3.3.13
Link to minimal reproduction
Steps to reproduce
Please observe the output from the computed property c
.
59C6
p>
What is expected?
elements
should only update once when numbers
is updated.
What is actually happening?
elements
is first set to []
before it is populated, causing any dependent computed properties to be evaluated twice.
System Info
No response
Any additional comments?
Perhaps this behaviour is intentional? 🤔