提交 1e9ca434 编写于 作者: fxy060608's avatar fxy060608

fix(mp-baidu): lazy init editor (#3444)

上级 a317287f
......@@ -29,6 +29,14 @@ export const miniProgram: MiniProgramCompilerOptions = {
dynamicSlotNames: false,
},
directive: 's-',
lazyElement: {
editor: [
{
name: 'on',
arg: ['ready'],
},
],
},
component: {
dir: COMPONENTS_DIR,
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册