<avue-custom-form :isSubForm="<#if editor.getEditorParam('isSubForm','') != ''>${editor.getEditorParam('isSubForm','')}<#else>false</#if>" :isParseString="<#if editor.getEditorParam('isParseString','') != ''>${editor.getEditorParam('isParseString','')}<#else>false</#if>" :isFormData="<#if editor.getEditorParam('isFormData','') != ''>${editor.getEditorParam('isFormData','')}<#else>false</#if>" <#if editor.getEditorParam('options','') != ''>:options='${editor.getEditorParam('options','')}'</#if> v-model="data.${editor.name}" :formData="data" <#if editor.getEditorParam('url','') != ''>:url="${editor.getEditorParam('url','')}"</#if> :formState="formState"></avue-custom-form>