Question:What is the purpose of the this keyword in Vue.js methods?
A To reference the Vue instance B To define props C To handle computed properties D To bind data to the DOM
+ AnswerA
+ Report