EDITOR.vue.ftl 148 字节
<#if editor?? && editor.render??> 
    ${editor.render.code}
<#else>
<div style="${editor.getEditorCssStyle()}">{{data.${editor.name}}}</div>
</#if>