vue-super-flow
A flowchart editor component base on Vue.
Vue flowchart.
Vue 流程图。
Installation
npm install vue-super-flow
yarn add vue-super-flow
import SuperFlow from 'vue-super-flow'
import 'vue-super-flow/lib/index.css'
Vue.use(SuperFlow)
Attributes
属性
类型
默认值
描述
draggable
Boolean
true
是否开启节点拖拽
linkAddable
Boolean
true
是否开启快捷创建 link
linkEditable
Boolean
true
link 是否可编辑
hasMarkLine
Boolean
true
是否
1