Question:When is the mounted lifecycle hook called in Vue.js?
A After the component has been created B After the component has been mounted to the DOM C Before the component is destroyed D Before data is observed
+ AnswerB
+ Report