From b3eb47af1d87ec1720d6873e52a5eac99fe3c3b6 Mon Sep 17 00:00:00 2001 From: clkim Date: Thu, 20 Nov 2025 12:51:24 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20gnb=20=EC=97=86=EB=8A=94=20=EC=BC=80?= =?UTF-8?q?=EC=9D=B4=EC=8A=A4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.vue | 4 ++-- layers/components/blocks/Button/Home.vue | 3 +++ layers/components/blocks/Lnb.vue | 6 ++++++ layers/components/layouts/EventNavigation.vue | 3 +++ layers/components/layouts/Header.vue | 7 +++++-- layers/components/layouts/Main.vue | 3 +++ layers/server/middleware/gameData.ts | 7 ++++++- 7 files changed, 28 insertions(+), 5 deletions(-) diff --git a/app/app.vue b/app/app.vue index b268f3b..fed3b37 100644 --- a/app/app.vue +++ b/app/app.vue @@ -126,7 +126,7 @@ let stopWatch: (() => void) | null = null onMounted(() => { if (!import.meta.client) return - + useEventListener('scroll', scrollStore.updateScrollValue) stopWatch = watch( @@ -153,7 +153,7 @@ onBeforeUnmount(() => { stopWatch() stopWatch = null } - + // requestAnimationFrame 정리 if (rafId) { cancelAnimationFrame(rafId) diff --git a/layers/components/blocks/Button/Home.vue b/layers/components/blocks/Button/Home.vue index 7fbcd60..86e20ec 100644 --- a/layers/components/blocks/Button/Home.vue +++ b/layers/components/blocks/Button/Home.vue @@ -7,6 +7,9 @@ diff --git a/layers/components/layouts/EventNavigation.vue b/layers/components/layouts/EventNavigation.vue index 7cdf417..92a3217 100644 --- a/layers/components/layouts/EventNavigation.vue +++ b/layers/components/layouts/EventNavigation.vue @@ -85,6 +85,9 @@ onMounted(async () => {