Question:How do you define a lifecycle hook in a Vue component?
A Using the props property B Using the methods property C Using the data property D Using the lifecycle hook name as a method name
+ AnswerD
+ Report