Skip to content

Commit fa5ecb0

Browse files
zhuangdaggchenguangzhuang
andauthored
fix(Dropdown): still pop when disabled is true; (#2935)
Co-authored-by: chenguangzhuang <[email protected]>
1 parent 4f9c711 commit fa5ecb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Dropdown/src/Dropdown.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<a-popconfirm
1515
v-if="popconfirm && item.popConfirm"
1616
v-bind="getPopConfirmAttrs(item.popConfirm)"
17+
:disabled="item.disabled"
1718
>
1819
<template #icon v-if="item.popConfirm.icon">
1920
<Icon :icon="item.popConfirm.icon" />

0 commit comments

Comments
 (0)