Skip to content

Commit 0501703

Browse files
committed
Clean
1 parent 32ed519 commit 0501703

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/modules/stats/RadarChart.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const props = defineProps({
1212
},
1313
})
1414
15-
const wrapperEl = ref()
1615
const chartEl = ref()
1716
const tooltipEl = ref()
1817
const tooltip = ref({
@@ -343,7 +342,7 @@ onMounted(() => {
343342
</script>
344343
345344
<template>
346-
<Flex ref="wrapperEl" direction="column" wide :class="$style.wrapper">
345+
<Flex direction="column" wide :class="$style.wrapper">
347346
<Flex :class="$style.chart_wrapper">
348347
<Transition name="fastfade">
349348
<div v-if="tooltip.show" :class="$style.tooltip_wrapper">

0 commit comments

Comments
 (0)