File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4646## 安装
4747
4848``` bash
49- npm install vue-request
49+ npm install vue-request@beta
5050
5151# or with yarn
52- yarn add vue-request
52+ yarn add vue-request@beta
5353```
5454
5555### CDN
5656
5757``` html
58- <script src =" https://unpkg.com/vue-request" ></script >
58+ <script src =" https://unpkg.com/vue-request@beta " ></script >
5959```
6060
6161它将以 ` window.VueRequest.useRequest ` 暴露在全局
Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ English | [简体中文](README-zh_CN.md)
4646## Install
4747
4848``` bash
49- npm install vue-request
49+ npm install vue-request@beta
5050
5151# or with yarn
52- yarn add vue-request
52+ yarn add vue-request@beta
5353```
5454
5555### CDN
5656
5757``` html
58- <script src =" https://unpkg.com/vue-request" ></script >
58+ <script src =" https://unpkg.com/vue-request@beta " ></script >
5959```
6060
6161It will be exposed to global as ` window.VueRequest.useRequest `
You can’t perform that action at this time.
0 commit comments