From 030781e4b6038407580ad1c3c59a9a9bf23e7546 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Mon, 3 Jun 2024 16:49:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E7=BC=96=E8=BE=91=E5=9C=B0=E5=9B=BE=E7=BC=A9?= =?UTF-8?q?=E6=94=BE=E6=8C=89=E9=92=AE=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/components/BasicStyleSelector.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue index 392a5e099c..a331eb2a7d 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue @@ -560,7 +560,7 @@ onMounted(() => { :effect="themes" v-model="state.basicStyleForm.showZoom" :predefine="predefineColors" - @change="changeBasicStyle('zoomShow')" + @change="changeBasicStyle('showZoom')" > {{ t('chart.show_zoom') }}