Make spirits see the buttons at end of the game
This commit is contained in:
parent
94f018bf60
commit
865c454589
1 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div id="PlayerHand">
|
<div id="PlayerHand">
|
||||||
<div class="flex-center" v-if="mostRecentQuestion">
|
<div class="flex-center" v-if="gameOver">
|
||||||
{{ mostRecentQuestion }}
|
|
||||||
</div>
|
|
||||||
<div class="flex-center" v-else-if="gameOver">
|
|
||||||
<a
|
<a
|
||||||
v-if="$store.state.survey_link"
|
v-if="$store.state.survey_link"
|
||||||
:href="$store.state.survey_link"
|
:href="$store.state.survey_link"
|
||||||
|
|
@ -21,6 +18,9 @@
|
||||||
Go to Lobby
|
Go to Lobby
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex-center" v-else-if="mostRecentQuestion">
|
||||||
|
{{ mostRecentQuestion }}
|
||||||
|
</div>
|
||||||
<div class="hand" v-else>
|
<div class="hand" v-else>
|
||||||
<div
|
<div
|
||||||
class="card"
|
class="card"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue