From e72cf864c0d241ed738bf1cbef4f62d9c09b9617 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Fri, 21 Jun 2024 13:09:13 +0200 Subject: [PATCH] Add background only on main page --- app/components/AppBackground.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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()