diff --git a/src/components/Background.vue b/src/components/Background.vue index 8cfb7e9..ba2887b 100644 --- a/src/components/Background.vue +++ b/src/components/Background.vue @@ -17,8 +17,8 @@ function jumpPoints() { onMounted(() => { jumpPoints() - onUnmounted(() => clearTimeout(timeout)) }) +onUnmounted(() => clearTimeout(timeout))