Skip to content

Commit 0dc27dc

Browse files
Hanks10100yyx990803
authored andcommitted
feat(weex): return instance in createInstance
1 parent f975fac commit 0dc27dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/platforms/weex/entry-framework.js

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ export function createInstance (
104104

105105
// Send `createFinish` signal to native.
106106
instance.document.taskCenter.send('dom', { action: 'createFinish' }, [])
107+
108+
return instance
107109
}
108110

109111
/**

0 commit comments

Comments
 (0)