Question: What is the purpose of the created lifecycle hook in Vue.js?
A
B
C
D
To perform an action after the component has been mounted to the DOM
B
To perform an action before a component is created
C
To perform an action after data has been observed
D
To perform an action before data is observed
Note: Not available