Question:What is the purpose of the v-show directive in Vue.js?
A To show or hide elements B To bind data to an attribute C To conditionally render elements D To iterate over an array
+ AnswerA
+ Report