Question 25
Consider the following Vue.js application:
Based on the above data, answer the given subquestions.
How many times will "computed run" be logged in the console during the initial render?
0
1
Multiple times due to the loop
Depends on user interaction