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