Skip to content

Commit b4c4bcd

Browse files
committed
docs: update docs
1 parent 4133481 commit b4c4bcd

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

README-zh_CN.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
[English](./README.md) | 简体中文
22

33
<p align="center">
4-
<img
5-
width="150"
6-
src="https://raw.githubusercontent.com/AttoJS/art/master/vue-request-logo.png"
7-
alt="VueRequest logo"
8-
/>
4+
<a href="https://www.attojs.com">
5+
<img
6+
width="150"
7+
src="https://raw.githubusercontent.com/AttoJS/art/master/vue-request-logo.png"
8+
alt="VueRequest logo"
9+
/>
10+
</a>
911
</p>
1012
<h1 align="center">VueRequest</h1>
1113
<div align="center">
12-
<p align="center">⚡️ 一个很酷的 Vue3 的请求库</p>
14+
<p align="center">⚡️ 一个能轻松帮你管理请求状态(支持SWR,轮询,错误重试,缓存,分页等)的 Vue 3 请求库</p>
1315
<a href="https://codecov.io/github/attojs/vue-request?branch=master">
1416
<img
1517
src="https://img.shields.io/codecov/c/github/attojs/vue-request?token=NW2XVQWGPP"

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
English | [简体中文](README-zh_CN.md)
22

33
<p align="center">
4-
<img
5-
width="150"
6-
src="https://raw.githubusercontent.com/AttoJS/art/master/vue-request-logo.png"
7-
alt="VueRequest logo"
8-
/>
4+
<a href="https://www.attojs.org">
5+
<img
6+
width="150"
7+
src="https://raw.githubusercontent.com/AttoJS/art/master/vue-request-logo.png"
8+
alt="VueRequest logo"
9+
/>
10+
</a>
911
</p>
1012
<h1 align="center">VueRequest</h1>
1113
<div align="center">
12-
<p align="center">⚡️ A request library for Vue 3.</p>
14+
<p align="center">⚡️ Vue 3 composition api for data fetching, supports SWR, polling, error retry, cache request, pagination etc.</p>
1315
<a href="https://codecov.io/github/attojs/vue-request?branch=master">
1416
<img
1517
src="https://img.shields.io/codecov/c/github/attojs/vue-request?token=NW2XVQWGPP"

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-request",
33
"version": "1.0.4",
4-
"description": "A request library for Vue 3",
4+
"description": "Vue 3 composition api for data fetching, supports SWR, polling, error retry, cache request, pagination and other cool features.",
55
"license": "MIT",
66
"keywords": [
77
"vue",
@@ -19,6 +19,8 @@
1919
"type": "git",
2020
"url": "https://github.com/attojs/vue-request.git"
2121
},
22+
"bugs": "https://github.com/attojs/vue-request/issues",
23+
"homepage": "https://www.attojs.org",
2224
"main": "dist/index.cjs.js",
2325
"module": "dist/index.es.js",
2426
"unpkg": "dist/vue-request.min.js",

0 commit comments

Comments
 (0)