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`
5454
5555``` typescript
5656import { useRequest } from ' vue-hooks-plus'
57+ ```
58+
59+ Introduced on demand
5760
58- // or Introduced on demand
61+ ``` typescript
5962import useRequest from ' vue-hooks-plus/es/useRequest'
6063```
6164
Original file line number Diff line number Diff line change @@ -54,8 +54,11 @@ npm i vue-hooks-plus
5454
5555``` typescript
5656import { useRequest } from ' vue-hooks-plus'
57+ ```
58+
59+ 按需加载
5760
58- // or 按需引入
61+ ``` typescript
5962import useRequest from ' vue-hooks-plus/es/useRequest'
6063```
6164
Original file line number Diff line number Diff line change @@ -54,8 +54,11 @@ It will be exposed to global as `VueHooks_Plus`
5454
5555``` typescript
5656import { useRequest } from ' vue-hooks-plus'
57+ ```
58+
59+ Introduced on demand
5760
58- // or Introduced on demand
61+ ``` typescript
5962import useRequest from ' vue-hooks-plus/es/useRequest'
6063```
6164
You can’t perform that action at this time.
0 commit comments