fix. 오탈자 수정, 불필요한 함수 제거, 디자인 가이드 적용

This commit is contained in:
clkim
2025-11-03 15:49:19 +09:00
parent 07ed203c06
commit 4487d2e34f
11 changed files with 12 additions and 57 deletions

View File

@@ -9,6 +9,7 @@ const currentLayout = computed(() => getLayoutType(pageData.value))
definePageMeta({
layout: false, // 동적 레이아웃을 위해 기본 레이아웃 비활성화
middleware: ['inspection'],
})
</script>