test: 小文件合并测试

This commit is contained in:
dataeaseShu 2024-09-03 13:58:32 +08:00
parent c0e4c06e90
commit 732edf7d22
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export const useI18n = (
return getKey(namespace, key)
}
}
console.log('window.I18nDe-', i18n)
console.log('window.de-i18nDe', i18n)
if (!i18n) {
return normalFn

View File

@ -17,6 +17,7 @@ const setupAll = async () => {
const app = createApp(App)
installDirective(app)
await setupI18n(app)
console.log('I18-loaded');
setupStore(app)
setupRouter(app)
setupElementPlus(app)