v-flow-chart

A vue component to display a flow chart

Usage no npm install needed!

<script type="module">
  import vFlowChart from 'https://cdn.skypack.dev/v-flow-chart';
</script>

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