This commit is contained in:
pengfei.zhou 2019-12-19 10:52:32 +08:00
parent f5f23f611e
commit ea781e43f9

View File

@ -1,7 +1,6 @@
import axios from 'axios'
import { jsCallReject } from 'doric/src/runtime/sandbox'
declare const doricLibBundle: string
let contexId = 0
@ -14,7 +13,6 @@ function initDoric() {
}
console.log(doricLibBundle)
initDoric()
export class DoricElement extends HTMLElement {