v2.2.16
·
0 commits
to 55a541a3ff09a25a45b4d2a40d8a7d5117e9266b
since this release
1、page 渲染控制依赖顺序. 使用waitForThing(window, 'Builder') 等待Builder加载后,再调用Builder相关函数.
例如:
waitForThing(window, 'Builder').then(()=>{
Builder.registerComponent(xxx,xxxx);
})
2、开放流程(process)支持元数据同步、加载.