Skip to content

Commit f7ae3f8

Browse files
zengxinhaiBANKA2017
authored andcommitted
Carousel: fix console typo bug (ElemeFE#18264)
1 parent 65d26bb commit f7ae3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/carousel/src/item.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
}
8989
if (parentType === 'card') {
9090
if (parentDirection === 'vertical') {
91-
console.warn('[Element Warn][Carousel]vertical directionis not supported in card mode');
91+
console.warn('[Element Warn][Carousel]vertical direction is not supported in card mode');
9292
}
9393
this.inStage = Math.round(Math.abs(index - activeIndex)) <= 1;
9494
this.active = index === activeIndex;

0 commit comments

Comments
 (0)