【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}}

原文地址:https://www.cnblogs.com/CESC4/p/7395103.html