mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
fix(components): [carousel] delete the indicator props (#11483)
This commit is contained in:
parent
c27db2392a
commit
600fd69201
@ -28,10 +28,6 @@ export const carouselProps = buildProps({
|
||||
values: ['', 'none', 'outside'],
|
||||
default: '',
|
||||
},
|
||||
indicator: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
arrow: {
|
||||
type: String,
|
||||
values: ['always', 'hover', 'never'],
|
||||
|
Loading…
Reference in New Issue
Block a user