Collapse: collapse item can be disabled (#15076)

This commit is contained in:
hetech
2019-04-19 12:18:44 +08:00
committed by GitHub
parent 52959d0630
commit 3f0820d839
7 changed files with 28 additions and 14 deletions

View File

@@ -20,4 +20,7 @@ export declare class ElCollapseItem extends ElementUIComponent {
title: string
$slots: CollapseItemSlots
/** Disable the collapse item */
disabled: boolean
}