Ben Lin
2024-06-18 077b7006de46ad644aa321843303430513126ad0
src/components/FlowChart/index.ts
@@ -1,4 +1,4 @@
import { withInstall } from '/@/utils';
import { withInstall } from '@/utils';
import flowChart from './src/FlowChart.vue';
export const FlowChart = withInstall(flowChart);