This commit is contained in:
@@ -86,7 +86,6 @@ function checkEndTurn() {
|
|||||||
<CardsGrouped :stack="props.player.stack_pile">
|
<CardsGrouped :stack="props.player.stack_pile">
|
||||||
<!-- <button v-if="isSelf && isTurn" @click="draw">DRAW</button> -->
|
<!-- <button v-if="isSelf && isTurn" @click="draw">DRAW</button> -->
|
||||||
</CardsGrouped>
|
</CardsGrouped>
|
||||||
<span>stack =</span>
|
|
||||||
</div>
|
</div>
|
||||||
<div :id="`discard_unwrapped_bg`" :class="`${discard_unwrapped ? 'unwrapped' : ''}`"
|
<div :id="`discard_unwrapped_bg`" :class="`${discard_unwrapped ? 'unwrapped' : ''}`"
|
||||||
@click="() => discard_unwrapped = false"></div>
|
@click="() => discard_unwrapped = false"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user