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({ {