fix. 피니아 로딩 안된경우 에러 수정

This commit is contained in:
clkim
2026-01-27 18:33:37 +09:00
parent a9096436e4
commit 78ba8bb30a
2 changed files with 13 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ export default defineNuxtPlugin(async nuxtApp => {
try {
const url = `${dataResourcesUrl}/multilingual/${commonTranslations}`
const translations = await commonFetch('GET', url)
const translations = await commonFetch('GET', url, { loading: false })
if (!translations || typeof translations !== 'object') {
return