铁路校友-我拆过的坑cycx

主页:www.j6f.cn知识星球,快手号、抖音号、视频号、微信公众号、百家号、个人博客网站,同名。

vue的v-for指令无法使用在tr、td中

v-for不能在以下标签里使用
<thead>
<tbody>
<tfoot>
<th>
<td>
表格标签只有<tr>里可以,但是只有<tr>或者套前在以上标签里,是不能成功的
在表格标签一般都是嵌套在<table>里使用的

<table>       <tr v-for="(p,index) in list" :key="p.id">           <td>{{ p.id}}</td>       </tr></table>


发表评论:

Powered By Z-BlogPHP 1.7.3

Copyright Your WebSite.Some Rights Reserved.