Question 24
Consider the Vue application.
Based on the above data, answer the given subquestions.
Under which condition will the computed property expensive() re-run?
When this.time changes
The user clicks anywhere on the DOM
Either this.a or this.b changes
When Date.now() changes