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