From a9a2360da50b79087b8875d441effd1b6f65509e Mon Sep 17 00:00:00 2001 From: orangelckc <276126767@qq.com> Date: Fri, 31 May 2024 17:07:23 +0200 Subject: [PATCH] chore(other): correct spell mistake --- src/store/modules/app/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/app/index.ts b/src/store/modules/app/index.ts index f5185e99..1b8c4b7d 100644 --- a/src/store/modules/app/index.ts +++ b/src/store/modules/app/index.ts @@ -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); }); });