Skip to content

Commit 4cb9b59

Browse files
authored
docs: optimized docs context
docs: optimized docs context
2 parents bd764fa + bcb4c27 commit 4cb9b59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/hooks/src/useRequest/docs/plugins/broadcastChannel/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source:
1111

1212
> VERY IMPORTANT: This utility is currently in an experimental stage. This means that breaking changes will happen in minor AND patch releases. Use at your own risk. If you choose to rely on this in production in an experimental stage, please lock your version to a patch-level version to avoid unexpected breakages.
1313
14-
`useBroadcastChannelPlugin` is a utility for broadcasting and syncing the state of your useRequest State between browser tabs/windows with the same origin.
14+
A plugin for `useRequest` based on `broadcast-channel` implementation and syncing the state of your useRequest State between browser tabs/windows with the same origin.
1515

1616
## Feature
1717

packages/hooks/src/useRequest/docs/refreshDeps/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99

1010
# RefreshDeps
1111

12-
`useRequest` provides an `options.refreshDeps` .
12+
`useRequest` provides an `options.refreshDeps`,Instead of `watch`, it will listen for changes in responsive values and reissue requests when the values change .
1313

1414
:::tip remark
1515

packages/hooks/src/useRequest/docs/refreshDeps/index.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99

1010
# 依赖刷新
1111

12-
`useRequest` 提供了一个 `options.refreshDeps` 参数。
12+
`useRequest` 提供了一个 `options.refreshDeps` 参数,替代了 `watch`,会监听响应式值的变化,当值变化的时候会重新发起请求
1313

1414
:::tip 注意
1515

0 commit comments

Comments
 (0)