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
parent
commit
fa5ecb090f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/components/Dropdown/src/Dropdown.vue

1
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" />

Loading…
Cancel
Save