0.0.7 • Published 8 months ago
@digitalc/email-builder v0.0.7
digitalc/email-builder
npm run build
npm run builds
// 如果是 isPreview 路由,只渲染页面。
if (isPreview) {
return (
<Box sx={mainBoxSx} data-cee="preview">
{/* 渲染 EmailBuilder.js 的 json 配置成 html */}
<Reader document={document} rootBlockId="root" />
</Box>
);
}