We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8318b73 commit 714a6f4Copy full SHA for 714a6f4
components/transfer/ListBody.tsx
@@ -55,7 +55,7 @@ const ListBody = defineComponent({
55
};
56
57
const handleItemRemove = (item: TransferItem) => {
58
- emit('itemRemove', item.key);
+ emit('itemRemove', [item.key]);
59
60
61
const handleScroll = (e: Event) => {
0 commit comments