From 52680bb479004b071b32e3a33184630e68d79373 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 14 Mar 2024 10:20:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20eslint=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/de-date/Component.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/de-date/Component.vue b/core/core-frontend/src/custom-component/de-date/Component.vue index 1e87c57448..b5f06d2d83 100644 --- a/core/core-frontend/src/custom-component/de-date/Component.vue +++ b/core/core-frontend/src/custom-component/de-date/Component.vue @@ -32,7 +32,6 @@ const props = defineProps({ }) const { element } = toRefs(props) - let currentInstance const timeMargin = computed(() => { return element.value.style.time_margin