A vue component to display a flow chart
bash
$ npm i v-flow-chart
`
`html
:width="500"
:height="500"
show-grid
user-router>
`
`javascript
import VFlowChart from 'v-flow-chart'
export default {
components: {
VFlowChart
}
}
``