【js】v-for 的一些用法 :class {{index}}

<tr
  v-for="player of players
  :class="player.factionId? 'horde':'alliance'">
  <th>{{ player.ranking }}</th>
  <th>{{ player.rating }}</th>

</tr>

关于前端的东西,一定不要尝试一次就放弃,因为说不定下一次你就刷出来了
不行的时候 多重启项目试试。{{index}}

 

posted @ 2017-08-19 08:58  Legolas_4  阅读(307)  评论(0编辑  收藏  举报