模板加载完毕钩子,该方法为 2.0 版本添加
该方法会在模板加载完毕后触发, 包含切换模板完毕也会触发
const editor = createKoutuEditor({ appId: 'xxxxx', }); editor.onTemplateLoad(() => { // do something... })