From f0241a2c722e50315f60bf920c56590e2d8e52c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E8=8F=9C=E7=99=BD=E7=8E=89=E6=B1=A4?= <79054161+Azir-11@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:15:12 +0800 Subject: [PATCH] chore(other): correct spell mistake --- src/router/guard/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/guard/route.ts b/src/router/guard/route.ts index fbeaaa3b..03a5121d 100644 --- a/src/router/guard/route.ts +++ b/src/router/guard/route.ts @@ -46,7 +46,7 @@ export function createRouteGuard(router: Router) { next({ name: rootRoute }); } }, - // if is is constant route, then it is allowed to access directly + // if it is constant route, then it is allowed to access directly { condition: !needLogin, callback: () => {