Compare commits

..

No commits in common. "6b01f4b60ee8ee8bfb0de0eaa443df385c4217f6" and "1ca24c905acda862da156f8a7cecbe034187b3f6" have entirely different histories.

View File

@ -55,7 +55,7 @@ const loadRemoteI18n = async (option: any) => {
? window.location.pathname + PATH_URL.substring(2)
: PATH_URL
const url = `${path}/i18n/custom_${name}_front_${option.name}.js`
return await import(/* @vite-ignore */ url)
return await import(url)
}
export const setupI18n = async (app: App<Element>) => {