Merge pull request #8492 from dataease/pr@dev-v2_eslint_fix

fix(图表): eslint报错
This commit is contained in:
dataeaseShu
2024-03-14 10:21:01 +08:00
committed by GitHub

View File

@@ -32,7 +32,6 @@ const props = defineProps({
})
const { element } = toRefs(props)
let currentInstance
const timeMargin = computed(() => {
return element.value.style.time_margin