5 lines
135 B
TypeScript
5 lines
135 B
TypeScript
|
import { withInstall } from '/@/utils';
|
||
|
import flowChart from './src/FlowChart.vue';
|
||
|
|
||
|
export const FlowChart = withInstall(flowChart);
|