Completion-template-Vue3.0/src/components/FlowChart/index.ts

5 lines
135 B
TypeScript
Raw Normal View History

2021-10-20 14:32:09 +08:00
import { withInstall } from '/@/utils';
import flowChart from './src/FlowChart.vue';
export const FlowChart = withInstall(flowChart);