fix. 피니아 로딩 안된경우 에러 수정
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user