EDITOR.vue.ftl 211 字节 编辑Web IDE 1 2 3 4 5 <#if item.render??> ${item.render.code} <#else> <i-input type="password" v-model="data.${editor.name}" :disabled="detailsModel.${editor.name}.disabled" style="${editor.getEditorCssStyle()}"></i-input> </#if>