Question 9
Which of the following statements is correct regarding Vue.js framework?
In Vue 2, the “el” property of the Vue constructor can be used to refer to an HTML element via an ID or a class.
The components of Vue must define “data” property as an object.
A Vue component cannot implement lifecycle hooks (i.e., created, mounted, etc.), if they are already implemented in the Vue instance.
All of these