fix. 컴포넌트 리팩토링, 타입 명시적 적용
This commit is contained in:
@@ -32,8 +32,6 @@ watchEffect(() => {
|
||||
|
||||
<template>
|
||||
<NuxtLayout :name="layout">
|
||||
<ClientOnly>
|
||||
<LayoutsMain :templates="pageData?.templates ?? []" />
|
||||
</ClientOnly>
|
||||
<LayoutsMain :templates="pageData?.templates ?? []" />
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
|
||||
@@ -32,8 +32,6 @@ watchEffect(() => {
|
||||
|
||||
<template>
|
||||
<NuxtLayout :name="layout">
|
||||
<ClientOnly>
|
||||
<LayoutsMain :templates="pageData?.templates ?? []" />
|
||||
</ClientOnly>
|
||||
<LayoutsMain :templates="pageData?.templates ?? []" />
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user