Skip to content

Commit

Permalink
docs: rename shareScope to shareStrategy (#8173)
Browse files Browse the repository at this point in the history
  • Loading branch information
86XIng authored Oct 21, 2024
1 parent 6a66a71 commit 5d8c0c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = {

定义当前应用共享依赖的命名空间。通过在不同的应用之间配置命名空间,可以控制模块的共享行为,包括确定哪些模块在不同的应用之间是共享的。默认的命名空间为 `"default"`

### shareScope
### shareStrategy

- 类型:`'version-first' | 'loaded-first'`

Expand Down

0 comments on commit 5d8c0c1

Please sign in to comment.