mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2025-12-30 13:12:26 +00:00
fix: 当TableAction的actions属性中的ActionItem传递了color属性时,PopConfirm的指示箭头颜色异常问题 (#3597)
Co-authored-by: linja <linja@film.com>
This commit is contained in:
@@ -47,6 +47,9 @@
|
||||
if (!props.enable) {
|
||||
return Button;
|
||||
}
|
||||
if (bindValues.color) {
|
||||
delete bindValues.color;
|
||||
}
|
||||
return h(Popconfirm, bindValues, { default: () => Button });
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user