We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4948637 commit ca8893dCopy full SHA for ca8893d
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-x-axios",
3
"description": "基于axios扩展的Vue异步请求插件,为前端实现API统一管理的解决方案。",
4
- "version": "2.5.1",
+ "version": "2.5.2",
5
"author": "undefined100 <[email protected]>",
6
"license": "MIT",
7
"private": false,
@@ -24,7 +24,7 @@
24
"url": "git+https://github.com/Undefined100/vue-x-axios"
25
},
26
"dependencies": {
27
- "axios": "^0.19.2",
+ "axios": "0.18.1",
28
"nprogress": "^0.2.0",
29
"qs": "^6.5.1",
30
"vue": "^2.5.22"
0 commit comments