fix(components): [carousel] delete the indicator props (#11483)

This commit is contained in:
류한경 2023-02-10 22:35:19 +09:00 committed by GitHub
parent c27db2392a
commit 600fd69201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,10 +28,6 @@ export const carouselProps = buildProps({
values: ['', 'none', 'outside'],
default: '',
},
indicator: {
type: Boolean,
default: true,
},
arrow: {
type: String,
values: ['always', 'hover', 'never'],