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