fix. 컴포넌트 폴더 구조 변경
This commit is contained in:
@@ -33,7 +33,7 @@ watchEffect(() => {
|
||||
<template>
|
||||
<NuxtLayout :name="layout">
|
||||
<ClientOnly>
|
||||
<BlocksMain :templates="pageData?.templates ?? []" />
|
||||
<LayoutsMain :templates="pageData?.templates ?? []" />
|
||||
</ClientOnly>
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
|
||||
@@ -33,7 +33,7 @@ watchEffect(() => {
|
||||
<template>
|
||||
<NuxtLayout :name="layout">
|
||||
<ClientOnly>
|
||||
<BlocksMain :templates="pageData?.templates ?? []" />
|
||||
<LayoutsMain :templates="pageData?.templates ?? []" />
|
||||
</ClientOnly>
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user