fix. 서버 미들웨어, 미들웨어 수정
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import { usePageDataStore } from '#layers/stores/usePageDataStore'
|
||||
import type { PageDataValue } from '#layers/types/api/pageData'
|
||||
|
||||
const currentLayout = ref<'default' | 'promotion' | null>('default')
|
||||
const currentPageData = ref<PageDataValue | null>(null)
|
||||
const currentLayout = ref<'default' | 'promotion' | null>(null)
|
||||
|
||||
onMounted(() => {
|
||||
const pageDataStore = usePageDataStore()
|
||||
|
||||
Reference in New Issue
Block a user