From 8a27c425e01df929a8201380bda0215f4cf532ff Mon Sep 17 00:00:00 2001 From: legonzaur Date: Tue, 7 May 2024 17:38:05 +0200 Subject: [PATCH] FIX : button click activating card --- components/MarketCards.vue | 16 +++++++++------- components/PlayerSlot.vue | 25 +++++++++++++------------ 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/components/MarketCards.vue b/components/MarketCards.vue index 4f00c3a..924cf28 100644 --- a/components/MarketCards.vue +++ b/components/MarketCards.vue @@ -13,16 +13,18 @@ const isTurn = computed(() => goStore.self && goStore.game?.started && (goStore.
@@ -31,15 +33,15 @@ const isTurn = computed(() => goStore.self && goStore.game?.started && (goStore.