code refactor

This commit is contained in:
MaysWind
2025-01-19 18:26:00 +08:00
parent 9f2bbe527e
commit 4f6988d775
6 changed files with 9 additions and 4 deletions
@@ -54,6 +54,7 @@ const props = defineProps<{
isDarkMode?: boolean;
enableClickItem?: boolean;
}>();
const emit = defineEmits<{
(e: 'click', event: MonthlyIncomeAndExpenseCardClickEvent): void;
}>();