Display players properly
This commit is contained in:
parent
607575bad5
commit
2c1098ca49
1 changed files with 2 additions and 2 deletions
|
|
@ -7,9 +7,9 @@
|
|||
<h3>Players:</h3>
|
||||
<div
|
||||
v-for="player in players"
|
||||
:key="player.id"
|
||||
:key="player"
|
||||
class="player"
|
||||
></div>
|
||||
>{{ player }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue