Skip to content

Commit

Permalink
📝 remove redundant words (umijs#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
hantq committed Aug 14, 2020
1 parent f01157a commit 74e8c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ toc: menu

- prefetch - `boolean | 'all' | string[] | (( apps: RegistrableApp[] ) => { criticalAppNames: string[]; minorAppsName: string[] })` - 可选,是否开启预加载,默认为 `true`

配置为 `true` 则会在第一个微应用 mount 完成后开始预加载其他微应用的静态资源,配置为 `'all'` 则主应用 `start` 后即开始预加载所有微应用静态资源。
配置为 `true` 则会在第一个微应用 mount 完成后开始预加载其他微应用的静态资源

配置为 `'all'` 则主应用 `start` 后即开始预加载所有微应用静态资源
配置为 `'all'` 则主应用 `start` 后即开始预加载所有微应用静态资源

配置为 `string[]` 则会在第一个微应用 mounted 后开始加载数组内的微应用资源

Expand Down

0 comments on commit 74e8c3e

Please sign in to comment.