From 77f0460dd3d37f8e09341cdc389ac2d133d64cd3 Mon Sep 17 00:00:00 2001 From: kron Date: Mon, 17 Nov 2025 14:30:54 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BowData.vue | 6 +++++- src/components/ScoreResult.vue | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/BowData.vue b/src/components/BowData.vue index f5a78bb..6d9aae5 100644 --- a/src/components/BowData.vue +++ b/src/components/BowData.vue @@ -21,6 +21,10 @@ const props = defineProps({ type: Array, default: () => [], }, + total: { + type: Number, + default: 0, + }, }); @@ -51,7 +55,7 @@ const props = defineProps({ {