Question 12
Which of the following statement(s) is/are true?
The computed properties are auto triggered when any of the reactive dependencies changes.
The computed properties are cached based on their reactive dependencies.
The watchers need to be manually triggered when the watched property is assigned a new value.
The watchers can be defined globally, and apply to all instances of a Vue component.