From a9805b8fff6a056638f4fe2d684f5e5041a35c87 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Thu, 23 Jan 2025 21:29:41 +0800 Subject: [PATCH] migrate mobile pie chart to composition API and typescript --- src/components/mobile/PieChart.vue | 387 +++++++++++++++-------------- 1 file changed, 200 insertions(+), 187 deletions(-) diff --git a/src/components/mobile/PieChart.vue b/src/components/mobile/PieChart.vue index 0aaa6755..fed1654b 100644 --- a/src/components/mobile/PieChart.vue +++ b/src/components/mobile/PieChart.vue @@ -64,7 +64,7 @@ - {{ $t('No transaction data') }} + {{ tt('No transaction data') }} @@ -76,206 +76,219 @@ -