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