chore(other): correct spell mistake (#460)

This commit is contained in:
KC
2024-05-31 17:14:47 +02:00
committed by GitHub
parent 42b121a117
commit 086bad474e

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);
});
});