mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
fix: Remove unused code (#2019)
This commit is contained in:
parent
24ef604db9
commit
60fd5a3b5f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user