222
schangxiang@126.com
2025-05-06 a5eb9e7bd07be6bfa1f54c1043ddc6d9241ed6e9
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({