fix. 이벤트 네비게이션 모바일에서 접근 시 '닫힘' 적용
This commit is contained in:
@@ -7,8 +7,8 @@ import type {
|
|||||||
|
|
||||||
const { locale } = useI18n()
|
const { locale } = useI18n()
|
||||||
const { sendLog } = useAnalytics()
|
const { sendLog } = useAnalytics()
|
||||||
|
|
||||||
const gameDomain = getGameDomain()
|
const gameDomain = getGameDomain()
|
||||||
|
const breakpoints = useResponsiveBreakpoints()
|
||||||
|
|
||||||
const analytics = {
|
const analytics = {
|
||||||
action_type: 'click',
|
action_type: 'click',
|
||||||
@@ -54,6 +54,9 @@ const toggleEventNavigation = () => {
|
|||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
eventNavigationList.value = await getEventNavigation()
|
eventNavigationList.value = await getEventNavigation()
|
||||||
|
if (breakpoints.value.isMobile) {
|
||||||
|
isEventNavigationOpen.value = false
|
||||||
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user