forked from github/dataease
commit
bd2c4186e1
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user