Question 15
Consider the following HTML and Vue component code carefully and answer the given sub-questions. File: index.html
File: script.js
When the lifecycle hook is invoked, which of the following statements becomes TRUE?
The element exists in the DOM but still contains {{ message }}
The DOM content already reflects the updated value "Start A"
The hook has already executed
The DOM does not exist at all