We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a498017 commit abdee5bCopy full SHA for abdee5b
types/tab-pane.d.ts
@@ -13,4 +13,7 @@ export declare class ElTabPane extends ElementUIComponent {
13
14
/** Whether Tab is closable */
15
closable: boolean
16
+
17
+ /** Whether Tab is lazy to render */
18
+ lazy: boolean
19
}
0 commit comments