Merge branch 'feature/20250206_all' into feature/20250130_cl_SWV-798_2

This commit is contained in:
clkim
2026-01-26 15:14:17 +09:00
9 changed files with 90 additions and 35 deletions

View File

@@ -7,8 +7,8 @@ import type {
const { locale } = useI18n()
const { sendLog } = useAnalytics()
const gameDomain = getGameDomain()
const breakpoints = useResponsiveBreakpoints()
const analytics = {
action_type: 'click',
@@ -54,6 +54,9 @@ const toggleEventNavigation = () => {
onMounted(async () => {
eventNavigationList.value = await getEventNavigation()
if (breakpoints.value.isMobile) {
isEventNavigationOpen.value = false
}
})
</script>