Ben Lin
2024-06-12 078f603f7686c274067028bd23032625e6eee3ce
1
2
3
4
import { withInstall } from '/@/utils';
import flowChart from './src/FlowChart.vue';
 
export const FlowChart = withInstall(flowChart);