本项目是基于 @form-create/element-ui 的扩展实现,主要增强组件间的动态联动功能(显示/隐藏),仅兼容 Vue 3
NodeJs:
npm install @wang-form-create/designer@next
npm install @form-create/element-ui@next
npm install element-plusimport FcDesigner from '@wang-form-create/designer'
import ELEMENT from 'element-plus';
import 'element-plus/dist/index.css';
app.use(ELEMENT);
app.use(FcDesigner)
app.use(FcDesigner.formCreate)<fc-designer ref="designer"/>Copyright (c) 2021-present xaboy