Question 13
Which of the following is/are the use cases of watchers in Vue.js?
To watch a reactive property and perform actions when it changes.
To cache values based on reactive dependencies.
To perform side effects when a specific data property changes.
To create reactive data within the component.