0.0.9 • Published 1 year ago

@zhxy/flowable-bpmn-vue v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

flowable-bpmn-vue

基础用法

  1. 安装组件
npm i @zhxy/flowable-bpmn-vue -S
  1. 全局引入 在 main.js文件下
import BpmnContent from '@zhxy/flowable-bpmn-vue';
import '@zhxy/flowable-bpmn-vue/lib/flowable-bpmn-vue.css';
Vue.use(BpmnContent);
  1. 页面中引入
<template>
   <BpmnContent :form-id="id" :disabled="disabled"></BpmnContent>
</template>

组件参数

参数说明类型可选值默认值
id流程key字符串
disabled是否只读 true: 不可编辑 false: 可编辑布尔false

组件方法

事件名称说明回调参数