File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,11 @@ It will be exposed to global as `VueHooks_Plus`
54
54
55
55
``` typescript
56
56
import { useRequest } from ' vue-hooks-plus'
57
+ ```
58
+
59
+ Introduced on demand
57
60
58
- // or Introduced on demand
61
+ ``` typescript
59
62
import useRequest from ' vue-hooks-plus/es/useRequest'
60
63
```
61
64
Original file line number Diff line number Diff line change @@ -54,8 +54,11 @@ npm i vue-hooks-plus
54
54
55
55
``` typescript
56
56
import { useRequest } from ' vue-hooks-plus'
57
+ ```
58
+
59
+ 按需加载
57
60
58
- // or 按需引入
61
+ ``` typescript
59
62
import useRequest from ' vue-hooks-plus/es/useRequest'
60
63
```
61
64
Original file line number Diff line number Diff line change @@ -54,8 +54,11 @@ It will be exposed to global as `VueHooks_Plus`
54
54
55
55
``` typescript
56
56
import { useRequest } from ' vue-hooks-plus'
57
+ ```
58
+
59
+ Introduced on demand
57
60
58
- // or Introduced on demand
61
+ ``` typescript
59
62
import useRequest from ' vue-hooks-plus/es/useRequest'
60
63
```
61
64
You can’t perform that action at this time.
0 commit comments