Skip to content

Commit

Permalink
📝 fix some mistake (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongshun authored Jul 26, 2021
1 parent 01f3124 commit 9e52fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/faq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ Example for antd:
Detailed documentation pls check [antd official guide](https://ant.design/docs/react/customize-theme).

<Alert type="info">
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 <a href="https://github.com/umijs/qiankun/issues/new?assignees=&labels=&template=bug_report.md&title=" target="_blank">issue</a> to help us improve together.
</Alert>

Expand Down
2 changes: 1 addition & 1 deletion docs/faq/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ qiankun 将会自动隔离微应用之间的样式(开启沙箱的情况下)
详细文档参考 [antd 官方指南](https://ant.design/docs/react/customize-theme)。
<Alert type="info">
在最新的 qiankun 版本中,你也可以尝试通过配置 `{ scope: { experimentalStyleIsolation: true } }` 的方式开启运行时的 scoped css 功能,从而解决应用间的样式隔离问题。
在最新的 qiankun 版本中,你也可以尝试通过配置 `{ sandbox : { experimentalStyleIsolation: true } }` 的方式开启运行时的 scoped css 功能,从而解决应用间的样式隔离问题。
PS:目前该特性还处于实验阶段,如果碰到一些问题欢迎提 <a href="https://github.com/umijs/qiankun/issues/new?assignees=&labels=&template=bug_report_cn.md&title=%5BBug%5D%E8%AF%B7%E9%81%B5%E5%BE%AA%E4%B8%8B%E6%96%87%E6%A8%A1%E6%9D%BF%E6%8F%90%E4%BA%A4%E9%97%AE%E9%A2%98%EF%BC%8C%E5%90%A6%E5%88%99%E6%82%A8%E7%9A%84%E9%97%AE%E9%A2%98%E4%BC%9A%E8%A2%AB%E5%85%B3%E9%97%AD" target="_blank">issue</a> 来帮助我们一起改善。
</Alert>
Expand Down

1 comment on commit 9e52fd3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for qiankun ready!

✅ Preview
https://qiankun-pfvt506nh-umijs.vercel.app

Built with commit 9e52fd3.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.