From 6f12329b417048a6de5d8c737651f78d509e809c Mon Sep 17 00:00:00 2001 From: Kuitos Date: Wed, 21 Oct 2020 14:10:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20docs?= 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 a6ccaef..05d9f5e 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -370,7 +370,7 @@ Detailed documentation pls check [antd official guide](https://ant.design/docs/r 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. -PS: Currently, this feature is still in the experimental stage, if encounter some problems please submit an [issue](https://github.com/umijs/qiankun/issues/new?assignees=&labels=&template=bug_report.md&title=) to help us improve together. +PS: Currently, this feature is still in the experimental stage, if encounter some problems please submit an issue to help us improve together. ## How to make sub app to run independently? diff --git a/docs/faq/README.zh.md b/docs/faq/README.zh.md index f0bb175..eead2bd 100644 --- a/docs/faq/README.zh.md +++ b/docs/faq/README.zh.md @@ -437,7 +437,7 @@ qiankun 将会自动隔离微应用之间的样式(开启沙箱的情况下) 在最新的 qiankun 版本中,你也可以尝试通过配置 `{ scope: { experimentalStyleIsolation: true } }` 的方式开启运行时的 scoped css 功能,从而解决应用间的样式隔离问题。 -PS:目前该特性还处于实验阶段,如果碰到一些问题欢迎提 [issue](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) 来帮助我们一起改善。 +PS:目前该特性还处于实验阶段,如果碰到一些问题欢迎提 issue 来帮助我们一起改善。 ## 如何独立运行微应用?