Files
dooring/packages/dooringx-doc/src/docs/4.6.md
yehuozhili 464fef69c9 update doc
2021-09-28 16:16:08 +08:00

11 lines
179 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 多语言去除
sTitle: 常见问题
order: 22
---
config中的i18n设置为false即可不用在外层套用IntlProvider。
```
config.i18n = false;
```