From 64337f01e81189cd427268bd834a285f70359433 Mon Sep 17 00:00:00 2001 From: gongshun <2440606146@qq.com> Date: Mon, 26 Jul 2021 10:13:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20fix=20some=20mistake=20(#1598)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/faq/README.md | 2 +- docs/faq/README.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index 214e68f..2e58153 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -493,7 +493,7 @@ Example for antd: Detailed documentation pls check [antd official guide](https://ant.design/docs/react/customize-theme). -In the latest version, you can also try to config ` {scope: {experimentalStyleIsolation: true}} ` to open the runtime scoped CSS feature, thus solving the problem of the style of the isolation between applications. +In the latest version, you can also try to config ` {sandbox: {experimentalStyleIsolation: true}} ` to open the runtime scoped CSS feature, thus solving the problem of the style of the isolation between applications. PS: Currently, this feature is still in the experimental stage, if encounter some problems please submit an issue to help us improve together. diff --git a/docs/faq/README.zh.md b/docs/faq/README.zh.md index 9ab44da..1c3d677 100644 --- a/docs/faq/README.zh.md +++ b/docs/faq/README.zh.md @@ -564,7 +564,7 @@ qiankun 将会自动隔离微应用之间的样式(开启沙箱的情况下) 详细文档参考 [antd 官方指南](https://ant.design/docs/react/customize-theme)。 -在最新的 qiankun 版本中,你也可以尝试通过配置 `{ scope: { experimentalStyleIsolation: true } }` 的方式开启运行时的 scoped css 功能,从而解决应用间的样式隔离问题。 +在最新的 qiankun 版本中,你也可以尝试通过配置 `{ sandbox : { experimentalStyleIsolation: true } }` 的方式开启运行时的 scoped css 功能,从而解决应用间的样式隔离问题。 PS:目前该特性还处于实验阶段,如果碰到一些问题欢迎提 issue 来帮助我们一起改善。