|
@@ -88,7 +88,7 @@
|
|
|
}
|
|
|
if (parentType === 'card') {
|
|
|
if (parentDirection === 'vertical') {
|
|
|
- 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');
|
|
|
}
|
|
|
this.inStage = Math.round(Math.abs(index - activeIndex)) <= 1;
|
|
|
this.active = index === activeIndex;
|