Skip to content

Commit

Permalink
chore: fix strange type error
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Aug 29, 2024
1 parent 3f8b15f commit da7ec80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/design/TreeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defineSlots<{
clazz="pl-4"
>
<template #item="slotProp">
<slot name="item" :item="slotProp.item" />
<slot name="item" :item="slotProp.item as T" />
</template>
</TreeView>
</div>
Expand Down

0 comments on commit da7ec80

Please sign in to comment.