feat: 언어 변경 추가

This commit is contained in:
“hyeonggkim”
2025-09-19 19:11:01 +09:00
parent ce08a58118
commit 2ea8b69f7b
10 changed files with 238 additions and 32 deletions

View File

@@ -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))