From 638895f0bca05d5232f4847cfdcfd44997bbecff Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 5 Apr 2024 23:08:47 +0200 Subject: [PATCH] load players --- app.vue | 44 +++++++++++++++++++++++++++++++++++--- components/CardPreview.vue | 18 ++++++++++++++-- components/GameBoard.vue | 7 ++++-- 3 files changed, 62 insertions(+), 7 deletions(-) diff --git a/app.vue b/app.vue index 30acad6..761d3f3 100644 --- a/app.vue +++ b/app.vue @@ -1,15 +1,26 @@ + + \ No newline at end of file diff --git a/components/GameBoard.vue b/components/GameBoard.vue index 76a74f3..288bbda 100644 --- a/components/GameBoard.vue +++ b/components/GameBoard.vue @@ -1,11 +1,14 @@ \ No newline at end of file