mirror of https://github.com/vuejs/vue.git
feat(weex): return instance in createInstance
This commit is contained in:
parent
f975fac2a8
commit
0dc27dcdec
|
@ -104,6 +104,8 @@ export function createInstance (
|
|||
|
||||
// Send `createFinish` signal to native.
|
||||
instance.document.taskCenter.send('dom', { action: 'createFinish' }, [])
|
||||
|
||||
return instance
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue