Skip to content

Commit a50eec5

Browse files
committed
docs: mark version
1 parent 8fc74e5 commit a50eec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/components/useRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `useRequest` component is a high-level abstraction based on the `useRequest` hook, allowing you to use all the powerful features of `useRequest` in a declarative, component-based way.
44

5-
## Component Usage
5+
## Component Usage `2.4.0-beta`
66

77
You can use the `useRequest` component to handle data fetching, loading, error, and success states directly in your template. The API and props of the component are fully consistent with the `useRequest` hook, making it easy to switch between the two approaches.
88

docs/zh/components/useRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`useRequest` 组件是基于 `useRequest` hook 的高阶封装,允许你以声明式、组件化的方式使用所有 `useRequest` 的强大功能。
44

5-
## 组件用法
5+
## 组件用法 `2.4.0-beta`
66

77
你可以直接在模板中使用 `<use-request />` 组件来处理数据请求、加载、错误和成功等状态。组件的 API 和 props 与 `useRequest` hook 完全一致,方便在两种用法间切换。
88

0 commit comments

Comments
 (0)