<th v-for="(person,index) in people"> <td> {{person}} </td> <td class="text-center"> <button v-on:click="deleteItem(index)">delete</button> </td> </th></tr>为什么把td标签换成其它比如div后,就可以了,否则报下面这个错误: Property or method "person" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.求vue大神指点
添加回答
举报
0/150
提交
取消