猿问

vue <td>标签中不能使用v-for中的数据

<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大神指点


qq_遁去的一_1
浏览 393回答 1
1回答

犯罪嫌疑人X

你th里面放td是什么诡异的使用方法。。。
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答