add handling layoutconfig in flexlayout

This commit is contained in:
pengfei.zhou
2020-04-11 19:10:56 +08:00
committed by osborn
parent ee864620c1
commit d29ff4991d
9 changed files with 218 additions and 93 deletions

View File

@@ -4055,7 +4055,7 @@ return __module.exports;
var doric_web = (function (exports, axios, sandbox) {
'use strict';
axios = axios && Object.prototype.hasOwnProperty.call(axios, 'default') ? axios['default'] : axios;
axios = axios && axios.hasOwnProperty('default') ? axios['default'] : axios;
class DoricPlugin {
constructor(context) {

File diff suppressed because one or more lines are too long