mirror of https://github.com/bra1n/townsquare.git
Merge remote-tracking branch 'origin/master' into voting
This commit is contained in:
commit
bcd57ca3d2
|
@ -3,7 +3,7 @@
|
||||||
v-show="modals.role && availableRoles.length"
|
v-show="modals.role && availableRoles.length"
|
||||||
@close="toggleModal('role')"
|
@close="toggleModal('role')"
|
||||||
>
|
>
|
||||||
<h3>Choose a new character: {{ players[playerIndex].name }}</h3>
|
<h3>Choose a new character for {{ playerIndex >= 0 ? players[playerIndex].name : "bluffing" }}</h3>
|
||||||
<ul class="tokens">
|
<ul class="tokens">
|
||||||
<li
|
<li
|
||||||
v-for="role in availableRoles"
|
v-for="role in availableRoles"
|
||||||
|
|
Loading…
Reference in New Issue