Skip to content

Commit

Permalink
添加了axios,vue-axios本地依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
5z5 committed Sep 26, 2022
1 parent 85d4d13 commit 9e1062d
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 10 deletions.
112 changes: 103 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
},
"dependencies": {
"async": "^3.2.4",
"axios": "^0.27.2",
"core-js": "^3.8.3",
"echarts": "^5.3.3",
"vue": "^2.6.14"
"vue": "^2.6.14",
"vue-axios": "^3.4.1"
},
"devDependencies": {
"@babel/core": "^7.12.16",
Expand Down

0 comments on commit 9e1062d

Please sign in to comment.