Skip to content

Commit b11ad4d

Browse files
authored
docs(qiankun): 文档勘误 (umijs#6231)
1 parent adf760e commit b11ad4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/plugins/plugin-qiankun.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ export function MyPage() {
506506
| --- | --- | --- | --- | --- |
507507
| apps | 子应用配置 | [App](#AppOpts)[] || |
508508
| routes | 子应用运行时需要注册的微应用路由 | [Route](#RouteOpts)[] || N/A |
509-
| sandbox | 是否启用沙箱,[详细说明](https://qiankun.umijs.org/zh/api/#start-opts) | boolean || false |
509+
| sandbox | 是否启用沙箱,[详细说明](https://qiankun.umijs.org/zh/api/#start-opts) | boolean || true |
510510
| prefetch | 是否启用 prefetch 特性,[详细说明](https://qiankun.umijs.org/zh/api/#start-opts) | boolean \| 'all' || true |
511511

512512
#### <a name="AppOpts">App</a>

docs/plugins/plugin-qiankun.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ export function MyPage() {
501501
| --- | --- | --- | --- | --- |
502502
| apps | 子应用配置 | [App](#AppOpts)[] || |
503503
| routes | 子应用运行时需要注册的微应用路由 | [Route](#RouteOpts)[] || N/A |
504-
| sandbox | 是否启用沙箱,[详细说明](https://qiankun.umijs.org/zh/api/#start-opts) | boolean | 否 | false |
504+
| sandbox | 是否启用沙箱,[详细说明](https://qiankun.umijs.org/zh/api/#start-opts) | boolean | 否 | true |
505505
| prefetch | 是否启用 prefetch 特性,[详细说明](https://qiankun.umijs.org/zh/api/#start-opts) | boolean \| 'all' | 否 | true |
506506

507507
#### <a name="AppOpts">App</a>

0 commit comments

Comments
 (0)