fix. 하이드레이션 에러 수정

This commit is contained in:
clkim
2025-11-13 17:18:44 +09:00
parent 56a2334055
commit 0d9b5dd7ad
8 changed files with 35 additions and 68 deletions

View File

@@ -6,6 +6,7 @@ import type { Platform } from '#layers/types/components/button'
// Props
interface Props {
id?: string
components: PageDataTemplateComponents
pageVerTmplSeq: number
}
@@ -131,6 +132,7 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
<template>
<WidgetsFixMainTitle
:id="props.id"
:title="tm('Download_Page_Title')"
:resources-data="backgroundData"
/>