diff --git a/app/components/AppBackground.vue b/app/components/AppBackground.vue index 9675f89..2b8d4a5 100644 --- a/app/components/AppBackground.vue +++ b/app/components/AppBackground.vue @@ -16,13 +16,16 @@ function jumpPoints() { onMounted(() => jumpPoints()) onUnmounted(() => clearTimeout(timeout)) + +const route = useRoute()