remove redundant content in function names

This commit is contained in:
MaysWind
2025-10-10 23:09:53 +08:00
parent b8fcdacb84
commit 77b083c41b
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -312,7 +312,7 @@ import { ref, computed, useTemplateRef, watch } from 'vue';
import { useDisplay } from 'vuetify';
import { useI18n } from '@/locales/helpers.ts';
import { useAccountListPageBaseBase } from '@/views/base/accounts/AccountListPageBase.ts';
import { useAccountListPageBase } from '@/views/base/accounts/AccountListPageBase.ts';
import { useAccountsStore } from '@/stores/account.ts';
@@ -364,7 +364,7 @@ const {
totalLiabilities,
accountCategoryTotalBalance,
accountBalance
} = useAccountListPageBaseBase();
} = useAccountListPageBase();
const accountsStore = useAccountsStore();