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 4f9c711 commit fa5ecb0Copy full SHA for fa5ecb0
src/components/Dropdown/src/Dropdown.vue
@@ -14,6 +14,7 @@
14
<a-popconfirm
15
v-if="popconfirm && item.popConfirm"
16
v-bind="getPopConfirmAttrs(item.popConfirm)"
17
+ :disabled="item.disabled"
18
>
19
<template #icon v-if="item.popConfirm.icon">
20
<Icon :icon="item.popConfirm.icon" />
0 commit comments