From 71a0c0a41c8dc229549fc88405887c172d1f4229 Mon Sep 17 00:00:00 2001 From: solderq35 Date: Wed, 13 Sep 2023 21:30:46 -0700 Subject: [PATCH] format --- src/components/map/map.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/map/map.vue b/src/components/map/map.vue index 467a9b62..d0cb44ee 100644 --- a/src/components/map/map.vue +++ b/src/components/map/map.vue @@ -16,8 +16,10 @@ @click="getResult(searchGroup)" :key="searchGroup.feature.properties.name" > - {{ searchGroup.feature.properties.name }} - {{ searchGroup.feature.properties.name }} + {{ + searchGroup.feature.properties.name + }} + {{ searchGroup.feature.properties.name }}