EDITOR.vue.ftl 148 字节 编辑Web IDE 1 2 3 4 5 <#if editor?? && editor.render??> ${editor.render.code} <#else> <div style="${editor.getEditorCssStyle()}">{{data.${editor.name}}}</div> </#if>