From 943954bdcb3b672b89cfa097e53d2ac17a36a101 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期日, 30 六月 2024 13:13:25 +0800 Subject: [PATCH] 产品工艺路线路由节点选择功能更新 --- src/components/FlowChart/index.ts | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/components/FlowChart/index.ts b/src/components/FlowChart/index.ts index bad85db..498d10a 100644 --- a/src/components/FlowChart/index.ts +++ b/src/components/FlowChart/index.ts @@ -1,4 +1,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); -- Gitblit v1.9.3