UNPKG

bpmn-vue-iview

Version:

基于 'vue' 、'bpmn.io@7.0' 、 'iview@4.7' 和 'workflow-bpmn-modeler@0.2.8',实现 flowable 的 modeler 模型设计器

6 lines (3 loc) 178 B
import bpmnVueIview from './index.vue' bpmnVueIview.install = Vue => Vue.component(bpmnVueIview.name, bpmnVueIview) // 给组件配置install方法 export default bpmnVueIview