Skip to content

Commit 383f77f

Browse files
committed
docs: update Chinese README
1 parent b552763 commit 383f77f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README-zh_CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ yarn add vue-request
5858
<script src="https://unpkg.com/vue-request"></script>
5959
```
6060

61-
它将以 `window.VueRequest.useRequest` 的形式在暴露在全局
61+
它将以 `window.VueRequest.useRequest` 暴露在全局
6262

63-
## 使用
63+
## 用例
6464

6565
```tsx
6666
import { useRequest } from 'vue-request';
@@ -78,8 +78,8 @@ export default {
7878
如果你有很酷的想法,欢迎提交 issue 以便我们讨论
7979

8080
- [ ] 文档
81-
- [ ] 分页扩展
82-
- [ ] "Load More" 扩展
81+
- [ ] 分页
82+
- [ ] 加载更多
8383
- [ ] 支持 Vue 2
8484

8585
## 致谢

0 commit comments

Comments
 (0)