fix(Carousel): wrong ui type with strategy

This commit is contained in:
Benjamin Canac
2024-11-13 21:02:00 +01:00
parent 5c75b5c490
commit 07ef771b17

View File

@@ -106,7 +106,7 @@ export default defineComponent({
default: () => '' default: () => ''
}, },
ui: { ui: {
type: Object as PropType<DeepPartial<typeof config & { strategy?: Strategy }>>, type: Object as PropType<DeepPartial<typeof config> & { strategy?: Strategy }>,
default: undefined default: undefined
} }
}, },