1
import { install } from '/@/utils/install';
2
import flowChart from './src/FlowChart.vue';
3
4
export const FlowChart = install(flowChart);