Ben Lin
2024-11-08 3d2c48733b86a03fc2e5a1f12ac3667ab0863b80
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);