Skip to content

Commit

Permalink
chore: types
Browse files Browse the repository at this point in the history
  • Loading branch information
enzonotario committed Jan 21, 2025
1 parent ba710e5 commit 3822d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Parameter/OAParameterAttribute.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const props = defineProps({
},
})
const slots = useSlots()
const slots: any = useSlots()
function hasSlot(name: string): boolean {
return slots[name] !== undefined
Expand Down

0 comments on commit 3822d41

Please sign in to comment.