From a152d2dc9e4ae6fa1fdd0dcfe5db8bb455e15c4f Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周二, 06 5月 2025 14:21:15 +0800 Subject: [PATCH] 111 --- PipeLineLems/web/src/components/Tab/Tab.tsx | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/PipeLineLems/web/src/components/Tab/Tab.tsx b/PipeLineLems/web/src/components/Tab/Tab.tsx index ed3d59f..95758d2 100644 --- a/PipeLineLems/web/src/components/Tab/Tab.tsx +++ b/PipeLineLems/web/src/components/Tab/Tab.tsx @@ -1,7 +1,6 @@ import { computed, defineComponent, ref, onMounted, PropType } from 'vue' import styles from './Tab.module.scss' import TabPane from './TabPane' -import get from 'lodash/get' import type { TabsPaneContext } from 'element-plus' export default defineComponent({ -- Gitblit v1.9.3