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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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: { |
|
|
|
|