ilead-ibpmp-design-new
Version:
基于 `vue` 和 `bpmn.io@7.0` ,实现 flowable 的 modeler 模型设计器
25 lines (24 loc) • 498 B
JavaScript
// import xcrud from 'xcrud'
// import golbalConfig from 'xcrud/package/common/config'
import xcrud from '../components/xcrud/index.js'
import golbalConfig from '../components/xcrud/common/config.js'
golbalConfig.set({
input: {
// size: 'mini'
},
select: {
// size: 'mini'
},
colorPicker: {
showAlpha: true
},
xform: {
form: {
labelWidth: '105px'
// size: 'mini'
}
}
})
export default {
components: { xForm: xcrud.xForm }
}