Ben Lin
2024-10-20 d6749f95c526c0e71ec946bd3bb777bc42b2c34a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * @Description: file content
 * @Author: Ben Lin
 * @version: 
 * @Date: 2024-06-18 15:09:47
 * @LastEditors: Ben Lin
 * @LastEditTime: 2024-06-29 05:14:10
 */
import { withInstall } from '@/utils';
import flowChart from './src/FlowChart.vue';
import flowChartView from './src/FlowChartView.vue';
 
export const FlowChart = withInstall(flowChart);
 
export const FlowChartView = withInstall(flowChartView);