Skip to content

Commit

Permalink
Merge pull request #1170 from xiyueW/dev
Browse files Browse the repository at this point in the history
文档案例代码优化
  • Loading branch information
bailicangdu authored Apr 12, 2024
2 parents dfda3e5 + 582f0df commit 9760472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/zh-cn/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ we use the package like this step:

### 注意

- 目前插件目前仅在with沙箱下适用
- 目前插件仅在with沙箱下适用

- 插件以umd同步的方式引入sdk,异步加载的方式暂不支持

Expand Down
4 changes: 2 additions & 2 deletions docs/zh-cn/sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ microApp.start({
通过给title设置一个空函数,来忽略 document.title 执行
```js
microApp.start({
customProxyDocumentProperties: new Map([
customProxyDocumentProps: new Map([
['title', (value) => {}]
]),
})
```
```

0 comments on commit 9760472

Please sign in to comment.