From 2f69be49e1ad444755535d3c049f35ea8929516f Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 12 Mar 2023 18:48:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8F=84=EC=8B=9C=20=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=AF=BC=EC=8B=AC=EC=9D=84=20=EC=86=8C?= =?UTF-8?q?=EC=88=98=EC=A0=90=20=ED=95=9C=EC=9E=90=EB=A6=AC=EB=A1=9C=20?= =?UTF-8?q?=EC=A0=9C=ED=95=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/components/CityBasicCard.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hwe/ts/components/CityBasicCard.vue b/hwe/ts/components/CityBasicCard.vue index 1584e311..93667e31 100644 --- a/hwe/ts/components/CityBasicCard.vue +++ b/hwe/ts/components/CityBasicCard.vue @@ -29,7 +29,9 @@
민심
-
{{ city.trust.toLocaleString() }}
+
{{ city.trust.toLocaleString(undefined, { + maximumFractionDigits: 1, + }) }}