update doc

This commit is contained in:
yehuozhili
2021-09-28 16:16:08 +08:00
parent 8aabe0d4ed
commit 464fef69c9

View File

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