mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
code refactor
This commit is contained in:
@@ -24,9 +24,7 @@ interface DesktopPieChartDataItem extends CommonPieChartDataItem {
|
||||
selected: boolean;
|
||||
}
|
||||
|
||||
interface DesktopPieChartProps extends CommonPieChartProps {}
|
||||
|
||||
const props = defineProps<DesktopPieChartProps>();
|
||||
const props = defineProps<CommonPieChartProps>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
(e: 'click', value: Record<string, unknown>): void;
|
||||
|
||||
Reference in New Issue
Block a user