Explorar el Código

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

Co-authored-by: zhanglei <lei.zhang@lejent.com>
WeiCongcong hace 5 años
padre
commit
8627767c39
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/config.ts

+ 1 - 1
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: {