From 6d064e97109a25fefd6e930c63e4deb8cdab5304 Mon Sep 17 00:00:00 2001 From: Janis Date: Wed, 10 Dec 2025 22:34:48 +0100 Subject: [PATCH] feat: FRO-24 Create Played Cards Component --- src/components/Ingame.vue | 1 + src/components/ingame/HandC.vue | 39 ++++++++++++++++++++++++--------- 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/src/components/Ingame.vue b/src/components/Ingame.vue index 0036a68..5b139b2 100644 --- a/src/components/Ingame.vue +++ b/src/components/Ingame.vue @@ -9,6 +9,7 @@ import ScoreboardC from "@/components/ingame/ScoreboardC.vue"; import TurnC from "@/components/ingame/TurnC.vue"; const ig = useIngame() +