Question 21
Which of the following statement(s) is/are 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 a function.
A Vue component cannot implement lifecycle hooks (i.e., created, mounted, etc.), if they are already implemented in the Vue instance.
All of these