fix. top버튼 게임 공통 이미지 적용

This commit is contained in:
clkim
2025-10-27 10:46:03 +09:00
parent 634818c7e1
commit 24a934576c
4 changed files with 9 additions and 53 deletions

View File

@@ -24,7 +24,7 @@ const pinToParent = computed(() => {
<template>
<div :class="['utile-container', { 'is-fixed': pinToParent }]">
<AtomsButtonScrollTop v-if="props.isShowTopBtn" />
<!-- <AtomsButtonSns v-if="props.isShowSnsBtn" /> -->
<AtomsButtonSns v-if="props.isShowSnsBtn" />
</div>
</template>