diff --git a/core/core-frontend/src/plugins/vue-i18n/index.ts b/core/core-frontend/src/plugins/vue-i18n/index.ts index edd4d63..5e419f5 100644 --- a/core/core-frontend/src/plugins/vue-i18n/index.ts +++ b/core/core-frontend/src/plugins/vue-i18n/index.ts @@ -54,7 +54,7 @@ const loadRemoteI18n = async (option: any) => { PATH_URL.startsWith('./') && PATH_URL.length > 2 ? window.location.pathname + PATH_URL.substring(2) : PATH_URL - const url = `${path}/i18n/custom_${name}_front_${option.name}.js` + const url:any = `${path}/i18n/custom_${name}_front_${option.name}.js` return await import(url) }