|
|
@@ -5,7 +5,9 @@ domModule.updateFinish = domModule.createFinish = domModule.refreshFinish = () =
|
|
|
import * as Vue from '../../../packages/weex-vue-framework'
|
|
|
import { compile } from '../../../packages/weex-template-compiler'
|
|
|
import { Runtime, Instance } from 'weex-vdom-tester'
|
|
|
-import { config } from 'weex-js-runtime'
|
|
|
+import { init, config } from 'weex-js-runtime'
|
|
|
+
|
|
|
+init()
|
|
|
|
|
|
// http://stackoverflow.com/a/35478115
|
|
|
const matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g
|