feat: flowable前端改造
This commit is contained in:
5
ruoyi-ui/src/components/Process/index.js
Normal file
5
ruoyi-ui/src/components/Process/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import workflowBpmnModeler from './index.vue'
|
||||
|
||||
workflowBpmnModeler.install = Vue => Vue.component(workflowBpmnModeler.name, workflowBpmnModeler) // 给组件配置install方法
|
||||
|
||||
export default workflowBpmnModeler
|
||||
Reference in New Issue
Block a user