We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ed519 commit 0501703Copy full SHA for 0501703
components/modules/stats/RadarChart.vue
@@ -12,7 +12,6 @@ const props = defineProps({
12
},
13
})
14
15
-const wrapperEl = ref()
16
const chartEl = ref()
17
const tooltipEl = ref()
18
const tooltip = ref({
@@ -343,7 +342,7 @@ onMounted(() => {
343
342
</script>
344
345
<template>
346
- <Flex ref="wrapperEl" direction="column" wide :class="$style.wrapper">
+ <Flex direction="column" wide :class="$style.wrapper">
347
<Flex :class="$style.chart_wrapper">
348
<Transition name="fastfade">
349
<div v-if="tooltip.show" :class="$style.tooltip_wrapper">
0 commit comments