mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-17 20:35:07 +08:00
11 lines
257 B
JavaScript
11 lines
257 B
JavaScript
![]() |
/*
|
||
|
* @author igdianov
|
||
|
* address https://github.com/igdianov/activiti-bpmn-moddle
|
||
|
* */
|
||
|
import flowableExtension from './flowableExtension'
|
||
|
|
||
|
export default {
|
||
|
__init__: ['FlowableModdleExtension'],
|
||
|
FlowableModdleExtension: ['type', flowableExtension]
|
||
|
}
|