Browse Source
fix(Dropdown): still pop when disabled is true; (#2935)
Co-authored-by: chenguangzhuang <chenguangzhuang@techpci.com>
pull/2945/head
ludens blunt
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/components/Dropdown/src/Dropdown.vue
|
|
|
@ -14,6 +14,7 @@ |
|
|
|
<a-popconfirm |
|
|
|
v-if="popconfirm && item.popConfirm" |
|
|
|
v-bind="getPopConfirmAttrs(item.popConfirm)" |
|
|
|
:disabled="item.disabled" |
|
|
|
> |
|
|
|
<template #icon v-if="item.popConfirm.icon"> |
|
|
|
<Icon :icon="item.popConfirm.icon" /> |
|
|
|
|