Skip to content

Commit

Permalink
fix(Carousel): wrong ui type with strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 13, 2024
1 parent 5c75b5c commit 07ef771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/elements/Carousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default defineComponent({
default: () => ''
},
ui: {
type: Object as PropType<DeepPartial<typeof config & { strategy?: Strategy }>>,
type: Object as PropType<DeepPartial<typeof config> & { strategy?: Strategy }>,
default: undefined
}
},
Expand Down

0 comments on commit 07ef771

Please sign in to comment.