fix: Remove unused code (#2019)

This commit is contained in:
波比小金刚
2021-05-21 14:42:33 +08:00
committed by GitHub
parent 24ef604db9
commit 60fd5a3b5f

View File

@@ -3,8 +3,6 @@ import { h, defineComponent, ref, onMounted, onUpdated, provide, watch, nextTick
import { EVENT_CODE } from '@element-plus/utils/aria'
import TabNav from './tab-nav.vue'
type RefElement = Nullable<HTMLElement>
type BeforeLeave = (newTabName: string, oldTabName: string) => void | Promise<void> | boolean
export interface IETabsProps {