feat: 신규 Stove GNB 추가, 푸터 이미지 경로 함수 추가
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user