From 9981eee44fb2db8193a3a27874fcb430a40911f5 Mon Sep 17 00:00:00 2001 From: wizard <112275929+famouswizard@users.noreply.github.com> Date: Sun, 13 Apr 2025 22:31:44 +0300 Subject: [PATCH] chore: fixed issues with Vue 3 component setup --- src/components/charts/DonutChart.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/charts/DonutChart.vue b/src/components/charts/DonutChart.vue index 5ac20c2d..bfc5e41d 100644 --- a/src/components/charts/DonutChart.vue +++ b/src/components/charts/DonutChart.vue @@ -22,9 +22,3 @@ const expenseRationChartConfig = computed(() => { :series="series" /> - -