Skip to content

Commit 6176eee

Browse files
perf: typos error
1 parent 5208b59 commit 6176eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/views/error/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ onMounted(() => {
4242
}
4343
if (showTimer.value) {
4444
let timer = 3
45-
const timerHander = setInterval(() => {
45+
const timerHandler = setInterval(() => {
4646
if (timer-- <= 0) {
47-
clearInterval(timerHander)
47+
clearInterval(timerHandler)
4848
router.push(toLoginPage(target_full_path.value))
4949
return
5050
}

0 commit comments

Comments
 (0)