Skip to content

Commit 1c92e3c

Browse files
committed
docs: update documentation link
1 parent b523936 commit 1c92e3c

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README-zh_CN.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@
4545

4646
## 文档
4747

48-
- [English](https://attojs.github.io/vue-request-docs/) WIP
49-
- [中文](https://attojs.gitee.io/vue-request-docs/zh/)
48+
- [English](https://attojs.github.io/vue-request-docs/)
49+
- [中文](https://attojs.github.io/vue-request-docs/zh/)
50+
- [国内镜像](https://attojs.gitee.io/vue-request-docs/zh/)
5051

5152
## 安装
5253

@@ -82,7 +83,7 @@ export default {
8283

8384
如果你有很酷的想法,欢迎提交 issue 以便我们讨论
8485

85-
- [ ] 文档
86+
- [x] 文档
8687
- [ ] 分页
8788
- [ ] 加载更多
8889
- [ ] 支持 Vue 2
@@ -94,8 +95,6 @@ export default {
9495
- [vercel/swr](https://github.com/vercel/swr)
9596
- [alibaba/hooks](https://ahooks.js.org/hooks/async#userequest)
9697

97-
感谢 [xiadd](https://github.com/xiadd) 为我们提供了 [vue-request](https://www.npmjs.com/package/vue-request) 这个很酷的 NPM 包名!
98-
9998
## License
10099

101100
[MIT License](https://github.com/AttoJS/vue-request/blob/master/LICENSE) © 2020-present [AttoJS](https://github.com/AttoJS)

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ English | [简体中文](README-zh_CN.md)
4545

4646
## Documentation
4747

48-
- [English](https://attojs.github.io/vue-request-docs/) WIP
49-
- [中文](https://attojs.gitee.io/vue-request-docs/zh/)
48+
- [English](https://attojs.github.io/vue-request-docs/)
49+
- [中文](https://attojs.github.io/vue-request-docs/zh/)
50+
- [国内镜像](https://attojs.gitee.io/vue-request-docs/zh/)
5051

5152
## Install
5253

@@ -82,7 +83,7 @@ export default {
8283

8384
If you have any cool features, please submit an issue for discussion
8485

85-
- [ ] Documentation
86+
- [x] Documentation
8687
- [ ] Pagination
8788
- [ ] Load More
8889
- [ ] Support Vue 2
@@ -94,8 +95,6 @@ Thank them for inspiring us.
9495
- [vercel/swr](https://github.com/vercel/swr)
9596
- [alibaba/hooks](https://ahooks.js.org/hooks/async#userequest)
9697

97-
Thanks to [xiadd](https://github.com/xiadd) for providing the awesome [vue-request](https://www.npmjs.com/package/vue-request) npm package name!
98-
9998
## License
10099

101100
[MIT License](https://github.com/AttoJS/vue-request/blob/master/LICENSE) © 2020-present [AttoJS](https://github.com/AttoJS)

0 commit comments

Comments
 (0)