Browse Source

🐛 bug: fix the position of comment baseNavigator (#7157) (#7168)

Co-authored-by: zhanglei <lei.zhang@lejent.com>
pull/7179/head
WeiCongcong 6 years ago
committed by GitHub
parent
commit
8627767c39
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/config.ts

2
config/config.ts

@ -14,8 +14,8 @@ export default defineConfig({
locale: {
// default zh-CN
default: 'zh-CN',
// default true, when it is true, will use `navigator.language` overwrite default
antd: true,
// default true, when it is true, will use `navigator.language` overwrite default
baseNavigator: true,
},
dynamicImport: {

Loading…
Cancel
Save