fix join link
This commit is contained in:
parent
54f0a3efb9
commit
0adbad651f
|
|
@ -71,7 +71,7 @@ onBeforeUnmount(() => {
|
|||
<div class="lobby">
|
||||
<div class="lobby-buttons">
|
||||
<button v-if="game.player.status == 'lobby'" class="button-lobby" @click="generate()">{{ $t("button.generate") }}</button>
|
||||
<button v-if="game.player.status == 'ready'" class="button-lobby" @click="generate()">{{ $t("button.copy_link") }}</button>
|
||||
<button v-if="game.player.status == 'ready'" class="button-lobby" @click="generate()">{{ $t("button.copyLink") }}</button>
|
||||
<button class="button-lobby" @click="ready()">{{ game.player.status == 'ready' ? $t("button.cancel") : $t("button.ready") }}</button>
|
||||
</div>
|
||||
<div class="lake-border">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user