v-flow-chart
v0.2.3
Published
A vue component to display a flow chart
Downloads
6
Readme
v-flow-chart
Usage
$ npm i v-flow-chart
<VFlowChart
:width="500"
:height="500"
show-grid
user-router>
</VFlowChart>
import VFlowChart from 'v-flow-chart'
export default {
components: {
VFlowChart
}
}
Config
参数名 | 描述 | 类型 | 默认值 ---|---|---|--- row 1 col 1 | row 1 col 2 row 2 col 1 | row 2 col 2