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