Mapping an Array to Elements with v-for. We can use the v-for directive to render ... <ul v-for="set in sets"> <li v-for="n in even(set)">{{ n }}</li> </ul>
確定! 回上一頁