feat: 언어 변경 추가
This commit is contained in:
@@ -4,6 +4,7 @@ import { getLayoutType } from '#layers/utils/dataUtil'
|
||||
|
||||
const pageDataStore = usePageDataStore()
|
||||
const { pageData } = storeToRefs(pageDataStore)
|
||||
console.log("🚀 d2 index ~ pageData:", pageData)
|
||||
|
||||
const currentLayout = computed(() => getLayoutType(pageData.value))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user