We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d26bb commit f7ae3f8Copy full SHA for f7ae3f8
packages/carousel/src/item.vue
@@ -88,7 +88,7 @@
88
}
89
if (parentType === 'card') {
90
if (parentDirection === 'vertical') {
91
- console.warn('[Element Warn][Carousel]vertical directionis not supported in card mode');
+ console.warn('[Element Warn][Carousel]vertical direction is not supported in card mode');
92
93
this.inStage = Math.round(Math.abs(index - activeIndex)) <= 1;
94
this.active = index === activeIndex;
0 commit comments