Skip to content

Commit aa9b184

Browse files
inhiblabNelsonYong
andauthored
style: readme optimize (#83)
Co-authored-by: YongGit <1013588891@qq.com>
1 parent f681215 commit aa9b184

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@ It will be exposed to global as `VueHooks_Plus`
5454

5555
```typescript
5656
import { useRequest } from 'vue-hooks-plus'
57+
```
58+
59+
Introduced on demand
5760

58-
// or Introduced on demand
61+
```typescript
5962
import useRequest from 'vue-hooks-plus/es/useRequest'
6063
```
6164

README.zh-CN.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@ npm i vue-hooks-plus
5454

5555
```typescript
5656
import { useRequest } from 'vue-hooks-plus'
57+
```
58+
59+
按需加载
5760

58-
// or 按需引入
61+
```typescript
5962
import useRequest from 'vue-hooks-plus/es/useRequest'
6063
```
6164

packages/hooks/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@ It will be exposed to global as `VueHooks_Plus`
5454

5555
```typescript
5656
import { useRequest } from 'vue-hooks-plus'
57+
```
58+
59+
Introduced on demand
5760

58-
// or Introduced on demand
61+
```typescript
5962
import useRequest from 'vue-hooks-plus/es/useRequest'
6063
```
6164

0 commit comments

Comments
 (0)