-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Open
Labels
Description
Vue version
3.3.13
Link to minimal reproduction
Steps to reproduce
Please observe the output from the computed property c.
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? 🤔