Skip to content

Commit

Permalink
docs: correct 'window.removeDomScope()' to 'window.microApp.removeDom…
Browse files Browse the repository at this point in the history
…Scope()'
  • Loading branch information
qujiahao committed Mar 16, 2022
1 parent 00f12d6 commit 74fe376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh-cn/dom-scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ removeDomScope()
#### ** 子应用 **
```js
// 重置作用域
window.removeDomScope()
window.microApp.removeDomScope()
```
<!-- tabs:end -->

0 comments on commit 74fe376

Please sign in to comment.