v-for 的一些用法 :class {{index}}
Posted Legolas
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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}}
以上是关于v-for 的一些用法 :class {{index}}的主要内容,如果未能解决你的问题,请参考以下文章