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

5 lines
135 B
TypeScript

import { withInstall } from '/@/utils';
import flowChart from './src/FlowChart.vue';
export const FlowChart = withInstall(flowChart);