Skip to content

Commit 00bde20

Browse files
committed
feat: forward full action slot props
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 6f1d5b7 commit 00bde20

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/components/PDFElements.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
9797
</slot>
9898
</template>
9999
<template #actions="slotProps">
100-
<slot
101-
name="actions"
102-
:object="slotProps.object"
103-
:onDelete="slotProps.onDelete"
104-
:onDuplicate="slotProps.onDuplicate"
105-
/>
100+
<slot name="actions" v-bind="slotProps" />
106101
</template>
107102
</DraggableElement>
108103
</div>

0 commit comments

Comments
 (0)