From 05d711644d7fb91cb3a9c0c30a52f6df5db08698 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 5 Apr 2024 18:48:37 +0200 Subject: [PATCH] basic card display --- app.vue | 6 +++--- components/CardPreview.vue | 8 ++++---- components/CardSlot.vue | 8 ++++---- components/GameBoard.vue | 6 ++++-- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/app.vue b/app.vue index 458c945..30acad6 100644 --- a/app.vue +++ b/app.vue @@ -1,12 +1,12 @@ \ No newline at end of file diff --git a/components/CardSlot.vue b/components/CardSlot.vue index eacec5d..8085396 100644 --- a/components/CardSlot.vue +++ b/components/CardSlot.vue @@ -1,9 +1,9 @@ \ No newline at end of file diff --git a/components/GameBoard.vue b/components/GameBoard.vue index ab82bd3..76a74f3 100644 --- a/components/GameBoard.vue +++ b/components/GameBoard.vue @@ -8,9 +8,11 @@ const props = defineProps(['game'])
market_amount = {{ props.game.market_stack?.length }}
- market = {{ props.game.market }} + market = +
- gems = {{ props.game.gem_stack }} + gems = +
players = {{ props.game.players }}