fix. any로 지정되어 있던 부분 명시적으로 수정
This commit is contained in:
@@ -3,7 +3,7 @@ import { templateRegistry } from '#layers/registry'
|
||||
import type {
|
||||
PageDataValue,
|
||||
PageDataTemplate,
|
||||
PageDataComponent,
|
||||
PageDataResourceContainer,
|
||||
PageDataMetaTag,
|
||||
} from '#layers/types/api/pageData'
|
||||
|
||||
@@ -16,7 +16,7 @@ const props = defineProps<Props>()
|
||||
// 템플릿 레지스트리 타입 캐스팅
|
||||
const registry = templateRegistry as unknown as Record<
|
||||
string,
|
||||
{ component: PageDataComponent }
|
||||
{ component: PageDataResourceContainer }
|
||||
>
|
||||
|
||||
// 개별 메타 태그 표시 여부 확인
|
||||
|
||||
Reference in New Issue
Block a user