Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
aleversn committed Jan 15, 2024
1 parent 8adcdc0 commit 78cb5c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/TreeView/src/sub/TreeViewItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@
@drop-item="$emit('drop-item', $event)"
@handle-click="$emit('handle-click', $event)"
>
<template v-slot:default="x">
<slot
:item="x.item"
:deep="x.deep"
></slot>
</template>
</tree-view-item>
</div>
</transition>
Expand Down

0 comments on commit 78cb5c7

Please sign in to comment.