From e4f79a7e36214e5836cb0e667b3ffbd3db45456d Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 22 十月 2024 23:54:26 +0800 Subject: [PATCH] 工单变量删除优化,预览优化 --- src/components/FlowChart/index.ts | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/components/FlowChart/index.ts b/src/components/FlowChart/index.ts index edbeb55..498d10a 100644 --- a/src/components/FlowChart/index.ts +++ b/src/components/FlowChart/index.ts @@ -1,4 +1,15 @@ -import { withInstall } from '/@/utils'; +/* + * @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