fix. 로그 전송 수정

This commit is contained in:
clkim
2025-12-15 16:48:11 +09:00
parent f955b76e62
commit 5af62adefd
8 changed files with 53 additions and 35 deletions

View File

@@ -105,7 +105,7 @@ onMounted(() => {
:class="['utile-wrap', { 'is-stop': pinToMain }]"
>
<BlocksButtonScrollTop v-if="isShowTopBtn" />
<BlocksButtonSns v-if="isShowSnsBtn" />
<BlocksSns v-if="isShowSnsBtn" />
</div>
</ClientOnly>
</template>