chore(other): correct spell mistake

This commit is contained in:
orangelckc 2024-05-31 17:07:23 +02:00
parent 42b121a117
commit a9a2360da5
No known key found for this signature in database
GPG Key ID: ABA70086FAC6334C

View File

@ -123,7 +123,7 @@ export const useAppStore = defineStore(SetupStoreId.App, () => {
// update tabs by locale
tabStore.updateTabsByLocale();
// sey dayjs locale
// set dayjs locale
setDayjsLocale(locale.value);
});
});