UNPKG

workflow-bpmn-modeler-antd

Version:

基于 `vue` 和 `bpmn.io@7.0` ,实现 flowable 的 modeler 模型设计器

23 lines (22 loc) 376 B
import xcrud from 'xcrud' import golbalConfig from 'xcrud/package/common/config' golbalConfig.set({ input: { // size: 'mini' }, select: { // size: 'mini' }, colorPicker: { showAlpha: true }, xform: { form: { labelWidth: 'auto' // size: 'mini' } } }) export default { components: { xForm: xcrud.xForm } }