fix. 컴포넌트 폴더 구조 변경

This commit is contained in:
clkim
2025-09-16 15:10:33 +09:00
parent 0b413bb197
commit 62e06b30f4
25 changed files with 58 additions and 37 deletions

View File

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

View File

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

View File

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