android update glide version

This commit is contained in:
pengfei.zhou
2020-09-02 18:07:48 +08:00
committed by osborn
parent e4351e3b00
commit 1aaf23f869
5 changed files with 61 additions and 59 deletions

View File

@@ -4311,7 +4311,9 @@ return __module.exports;
var doric_web = (function (exports, axios, sandbox) {
'use strict';
axios = axios && Object.prototype.hasOwnProperty.call(axios, 'default') ? axios['default'] : axios;
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
class DoricPlugin {
constructor(context) {
@@ -5731,7 +5733,7 @@ ${content}
}
connectedCallback() {
if (this.src && this.context === undefined) {
axios.get(this.src).then(result => {
axios__default['default'].get(this.src).then(result => {
this.load(result.data);
});
}

File diff suppressed because one or more lines are too long