Menu: remove a duplicate identifier 'showTimeout' (#10566)

pull/10577/head
Kim Desrosiers 2018-04-04 23:19:02 -04:00 committed by 杨奕
parent 94312a4444
commit 07ad3bd680
1 changed files with 0 additions and 3 deletions

3
types/submenu.d.ts vendored
View File

@ -5,9 +5,6 @@ export declare class ElSubmenu extends ElementUIComponent {
/** Unique identification */ /** Unique identification */
index: string index: string
/** Delay time before show a sub-menu */
showTimeout: number
/** Delay time before showing a sub-menu */ /** Delay time before showing a sub-menu */
showTimeout: number showTimeout: number