FormCreate

Results 237 comments of FormCreate

再弹窗中生成表单时,建议将 rule 深拷贝后再使用

这个问题下个版本优化 @wdngit

3.1.13版本已优化

看截图像是elementPlus 没有挂载 @ybqdren

Thanks for the feedback, what is the Vue version you are using? @michelveloso

If the component is not mounted globally, this needs to be declared in the setup @michelveloso ```vue //Import form-create import formCreate from "@form-create/element-ui"; //Get the formCreate component const Fc =...