Vue學習筆記3.8 列表渲染 v-for

基本的v-for使用方式:html <!DOCTYPE html> <html> <head> <title>列表渲染</title> <script src="vue.js"></script> </head> <body> <div id="app"> <div v-for="(item, index) of list"> {{item}} ------ {{index}}
相關文章
相關標籤/搜索