axios-wrapper-pro 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,12 +16,14 @@
|
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
18
|
# npm安装
|
|
19
|
-
npm install axios-wrapper-pro
|
|
19
|
+
npm install axios axios-wrapper-pro
|
|
20
20
|
|
|
21
21
|
# yarn安装
|
|
22
|
-
yarn add axios-wrapper-pro
|
|
22
|
+
yarn add axios axios-wrapper-pro
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
+
**注意:** axios-wrapper-pro 依赖 axios,请确保同时安装。
|
|
26
|
+
|
|
25
27
|
## 使用方法
|
|
26
28
|
|
|
27
29
|
### 基本使用
|