fix. 컴포넌트 리팩토링, 타입 명시적 적용

This commit is contained in:
clkim
2025-09-17 15:43:47 +09:00
parent d9c26e651d
commit 4f3ac0e84a
13 changed files with 57 additions and 65 deletions

View File

@@ -32,8 +32,6 @@ watchEffect(() => {
<template>
<NuxtLayout :name="layout">
<ClientOnly>
<LayoutsMain :templates="pageData?.templates ?? []" />
</ClientOnly>
<LayoutsMain :templates="pageData?.templates ?? []" />
</NuxtLayout>
</template>