feat: 신규 Stove GNB 추가, 푸터 이미지 경로 함수 추가

This commit is contained in:
“hyeonggkim”
2025-10-31 18:10:40 +09:00
parent 02ead16f2b
commit f16f3c880a
16 changed files with 291 additions and 45 deletions

View File

@@ -7,13 +7,10 @@ const { pageData } = storeToRefs(pageDataStore)
const currentLayout = computed(() => getLayoutType(pageData.value))
console.log("🚀 ~ currentLayout:", currentLayout)
definePageMeta({
layout: false, // 동적 레이아웃을 위해 기본 레이아웃 비활성화
middleware: ['inspection']
})
</script>
<template>