Add player list header
This commit is contained in:
parent
76385d1f69
commit
8d321acda2
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
Secret Hitler Online
|
||||
</h1>
|
||||
<div>
|
||||
<h3>Players:</h3>
|
||||
<div
|
||||
v-for="player in players"
|
||||
:key="player.id"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue