Skip to content

Commit

Permalink
docs(0.6.0): 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
bailicangdu committed Dec 10, 2021
1 parent dd7fc78 commit 3d9ac3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/zh-cn/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ shadowDOM具有更强的样式隔离能力,开启后,`<micro-app>`标签会
- Type: `string(boolean)`
- Default: `false`
- 使用方式: `<micro-app name='xx' url='xx' ssr></micro-app>`
- 版本要求: `0.5.3及以上版本`

当子应用是ssr应用时,需要设置ssr属性,此时micro-app会根据ssr模式加载子应用。

Expand All @@ -106,6 +107,7 @@ shadowDOM具有更强的样式隔离能力,开启后,`<micro-app>`标签会
- Type: `string(boolean)`
- Default: `false`
- 使用方式: `<micro-app name='xx' url='xx' keep-alive></micro-app>`
- 版本要求: `0.6.0及以上版本`

开启keep-alive后,应用卸载时会进入缓存,而不是销毁它们,以便保留应用的状态和提升重复渲染的性能。

Expand Down
2 changes: 2 additions & 0 deletions docs/zh-cn/keep-alive.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*0.6.0及以上版本支持*

在应用之间切换时,你有时会想保留这些应用的状态,以便恢复用户的操作行为和提升重复渲染的性能,此时开启keep-alive模式可以达到这样的效果。

开启keep-alive后,应用卸载时不会销毁,而是推入后台运行。
Expand Down

0 comments on commit 3d9ac3a

Please sign in to comment.