Merge pull request #11952 from dataease/pr@dev-v2_st

test: 小文件合并测试
This commit is contained in:
dataeaseShu 2024-09-03 13:59:12 +08:00 committed by GitHub
commit bd2c4186e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)