From df31300a0bdc0ebff9ed07082b981188eecf8b40 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 23 Aug 2022 01:24:45 +0900 Subject: [PATCH] =?UTF-8?q?refac:=20=20GeneralBasicCard=EC=9D=98=20?= =?UTF-8?q?=EB=B6=80=EB=8C=80=EC=9E=A5=20=EC=9A=94=EA=B5=AC=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=EB=A5=BC=20=EA=B0=84=EC=86=8C=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/components/GeneralBasicCard.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hwe/ts/components/GeneralBasicCard.vue b/hwe/ts/components/GeneralBasicCard.vue index 96bfa48c..8f643a1b 100644 --- a/hwe/ts/components/GeneralBasicCard.vue +++ b/hwe/ts/components/GeneralBasicCard.vue @@ -183,7 +183,10 @@ const gameConstStore = unwrap(inject>("gameConstStore")); const props = defineProps<{ general: GeneralListItemP1; troopInfo?: { - leader: GeneralListItemP1; + leader: { + city: number; + reservedCommand?: GeneralListItemP1['reservedCommand']; + }; name: string; }; nation: NationStaticItem;