Skip to content

Commit 65fa365

Browse files
committed
feat: update dist file
1 parent 88927d5 commit 65fa365

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dist/vue-axios-plugin.esm.js

-3
Original file line numberDiff line numberDiff line change
@@ -1517,9 +1517,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
15171517
// https://github.com/axios/axios
15181518
var VueAxiosPlugin = {};
15191519

1520-
/**
1521-
* options.checkStatus: default uniform handler for get/post method
1522-
*/
15231520
VueAxiosPlugin.install = function (Vue, options) {
15241521
var defaultOptions = {
15251522
// request interceptor handler

dist/vue-axios-plugin.umd.js

-3
Original file line numberDiff line numberDiff line change
@@ -1523,9 +1523,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
15231523
// https://github.com/axios/axios
15241524
var VueAxiosPlugin = {};
15251525

1526-
/**
1527-
* options.checkStatus: default uniform handler for get/post method
1528-
*/
15291526
VueAxiosPlugin.install = function (Vue, options) {
15301527
var defaultOptions = {
15311528
// request interceptor handler

0 commit comments

Comments
 (0)