<tr
v-for="player of players
:class="player.factionId? 'horde':'alliance'">
<th>{{ player.ranking }}</th>
<th>{{ player.rating }}</th>
</tr>
关于前端的东西,一定不要尝试一次就放弃,因为说不定下一次你就刷出来了
不行的时候 多重启项目试试。{{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

被折叠的 条评论
为什么被折叠?