add devkit to example app

This commit is contained in:
yao
2020-03-20 14:24:22 +08:00
committed by osborn
parent 55c5bf2a7b
commit 365b89cfa6
7 changed files with 35 additions and 8 deletions

View File

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

File diff suppressed because one or more lines are too long