Merge branch 'feature/20250910-all' into feature/20251001-gil

This commit is contained in:
“hyeonggkim”
2025-10-28 17:55:14 +09:00
6 changed files with 126 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>