Question 27
Consider the following Vue.js application:
Based on the above data, answer the given subquestions.
Computed properties are always faster than methods
Methods cannot access data properties
Computed properties are cached based on their dependencies
Computed properties run only once