v-for在組件中使用的注意點

原碼: var myheader = { //attention point:v-for 不能入在p中,即v-for外層一定要有一個元素包裹着 template:"<p><span v-for='myitme in doList'>{{myitme.order}}</span><br></p>", props:["doList"] } var vm = new Vue({
相關文章
相關標籤/搜索