From 51a715f7e49962a5c8e440b96003039c41fa8259 Mon Sep 17 00:00:00 2001 From: wisonic Date: Thu, 18 Jul 2024 21:37:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E5=9C=B0=E5=90=8D=E6=98=A0=E5=B0=84=E7=A9=BA=E7=99=BD?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/editor/editor-senior/components/MapMapping.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/MapMapping.vue b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/MapMapping.vue index cf01122c95..00d2bb1e38 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/MapMapping.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/MapMapping.vue @@ -2,7 +2,6 @@ import { computed, nextTick, onMounted, PropType, reactive, ref, watch } from 'vue' import { getGeoJsonFile, parseJson } from '../../../js/util' import { forEach, debounce } from 'lodash-es' -import { EmptyBackground } from '@/components/empty-background' const props = defineProps({ chart: { @@ -159,7 +158,7 @@ onMounted(() => { - +