migrate settings store to composition API and typescript

This commit is contained in:
MaysWind
2025-01-05 19:11:09 +08:00
parent 4f51480af9
commit 0e422b5a8f
62 changed files with 376 additions and 488 deletions
+2 -2
View File
@@ -1508,8 +1508,8 @@ function setLanguage(i18nGlobal, locale, force) {
}
return {
defaultCurrency: defaultCurrency,
defaultFirstDayOfWeek: defaultFirstDayOfWeek
currency: defaultCurrency,
firstDayOfWeek: defaultFirstDayOfWeek
};
}