mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
code refactor
This commit is contained in:
@@ -107,7 +107,7 @@ const clearingData = ref<boolean>(false);
|
||||
const showExportDataSheet = ref<boolean>(false);
|
||||
const showInputPasswordSheetForClearData = ref<boolean>(false);
|
||||
|
||||
const exportFileName = computed(() => getExportFileName(exportFileType.value));
|
||||
const exportFileName = computed<string>(() => getExportFileName(exportFileType.value));
|
||||
|
||||
function reloadUserDataStatistics(): void {
|
||||
loading.value = true;
|
||||
|
||||
Reference in New Issue
Block a user