xaboy / form-create

:fire::fire::fire: 强大的动态表单生成器,通过数据驱动表单渲染,支持可视化设计。提高开发者对表单的开发效率。目前在OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用。

Home Page:https://www.form-create.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

componentValidate在element-ui@3.1.27中不能触发自定义组件中的 formCreateValidate 方法

yunabc opened this issue · comments

@form-create/element-ui": "^3.1.27"

组件内部验证 在@form-create/ant-design-vue 3.1.27中生效(文档中的示例用的ant-design-vue),但是在element-ui@3.1.27中失效,不能触发自定义组件内部的formCreateValidate方法
effect: {
componentValidate: true
}