Skip to content

Commit

Permalink
docs: add style isolation to features #OSP-26
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy authored and pubuzhixing8 committed Mar 3, 2021
1 parent 43a1315 commit edba1eb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ APIs consistent with angular style, currently only supports Angular, other frame

## Features

- Rendering multiple applications at the same time
- Support two mode, coexist and default that switch to another app and destroy active apps
- Support application preload
- Built-in communication between multiple applications
- Cross application component rendering
- Comprehensive examples include routing configuration, lazy loading and all features
- Rendering multiple applications at the same time
- Support two mode, coexist and default that switch to another app and destroy active apps
- Support application preload
- Support style isolation
- Built-in communication between multiple applications
- Cross application component rendering
- Comprehensive examples include routing configuration, lazy loading and all features

## Alternatives

Expand Down
13 changes: 7 additions & 6 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ Angular 的 API 风格,目前只支持 Angular 框架,不支持其他 MV*

## 功能

- 支持同时渲染多个子应用
- 支持并存(coexist)和默认(default)两种模式, 默认模式切换其他子应用销毁当前子应用,并存模式不会销毁,而是隐藏
- 支持子应用的预加载
- 内置多个应用之间的通信
- 支持跨应用组件的渲染
- 完善的示例,包含路由配置、懒加载等所有功能
- 支持同时渲染多个子应用
- 支持并存(coexist)和默认(default)两种模式, 默认模式切换其他子应用销毁当前子应用,并存模式不会销毁,而是隐藏
- 支持子应用的预加载
- 支持样式隔离
- 内置多个应用之间的通信
- 支持跨应用组件的渲染
- 完善的示例,包含路由配置、懒加载等所有功能

## 其他方案

Expand Down

0 comments on commit edba1eb

Please sign in to comment.