From 1644af0f1800167aaec7787ba37d4446ff089c97 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 24 Aug 2022 02:42:04 +0900 Subject: [PATCH] wip: NationBasicCard --- hwe/ts/PageFront.vue | 7 ++- hwe/ts/components/NationBasicCard.vue | 82 +++++++++++++++++++++++++++ 2 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 hwe/ts/components/NationBasicCard.vue diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue index aec94611..429a001a 100644 --- a/hwe/ts/PageFront.vue +++ b/hwe/ts/PageFront.vue @@ -26,7 +26,9 @@
지도
예턴
도시 정보
-
국가 정보
+
+ +
{ power: rawNation.power, }; } catch (e) { - recordLock = false; + generalInfoLock = false; console.error(e); toasts.danger({ title: "최근 정보 갱신 실패", diff --git a/hwe/ts/components/NationBasicCard.vue b/hwe/ts/components/NationBasicCard.vue new file mode 100644 index 00000000..47140073 --- /dev/null +++ b/hwe/ts/components/NationBasicCard.vue @@ -0,0 +1,82 @@ + + \ No newline at end of file