/*
|
* @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);
|