Question:How do you handle a click event in Vue.js?
A Using the v-on:click directive B Using the v-model directive C Using the v-bind directive D Using the v-show directive
+ AnswerA
+ Report