@@ -93,7 +93,6 @@
|
||||
</template>
|
||||
|
||||
|
||||
<template #footer>
|
||||
|
||||
<template v-if="guesses.length < maxGuesses && !correct">
|
||||
<div class="flex-container" v-if="guess.length > 0">
|
||||
@@ -122,9 +121,11 @@
|
||||
<Review/>
|
||||
</template>
|
||||
<h3>Guesses left: {{ maxGuesses - guesses.length }}</h3>
|
||||
|
||||
</template>
|
||||
</UCard>
|
||||
</UCard>
|
||||
<br>
|
||||
<UButton to="/suggestion" color="neutral" variant="subtle">
|
||||
Suggest a TLA!
|
||||
</UButton>
|
||||
|
||||
<Modal v-model:open="victory">
|
||||
<h1>Congratulations!</h1>
|
||||
@@ -138,6 +139,7 @@
|
||||
<h3>The context of todays TLA:</h3>
|
||||
{{ context }}
|
||||
</Modal>
|
||||
|
||||
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user