Question 23
Consider the Vue application.
Based on the above data, answer the given subquestions.
What happens when the user clicks the calculate button?
expensive() runs again because the DOM updates
expensive() does NOT run again because its dependencies did not change
Vue recomputes all computed properties on any state change
Nothing is displayed