@deanwu/vue-component-library 1.2.25 → 1.2.26
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/dist/vue-component-library.common.js +3 -1
- package/dist/vue-component-library.common.js.map +1 -1
- package/dist/vue-component-library.umd.js +3 -1
- package/dist/vue-component-library.umd.js.map +1 -1
- package/dist/vue-component-library.umd.min.js +1 -1
- package/dist/vue-component-library.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -113771,7 +113771,9 @@ function global_install(Vue, config) {
|
|
|
113771
113771
|
opt.params = opt.data;
|
|
113772
113772
|
delete opt.data;
|
|
113773
113773
|
}
|
|
113774
|
-
opt.loading && this.$loading(
|
|
113774
|
+
opt.loading && this.$loading({
|
|
113775
|
+
timeout: config.request.timeout
|
|
113776
|
+
});
|
|
113775
113777
|
const source = axios_default.a.CancelToken.source();
|
|
113776
113778
|
axios_default.a.create({
|
|
113777
113779
|
baseURL: config.request.baseUrl,
|