Explorar o código

Carousel: fix console typo bug (#18264)

IceFox %!s(int64=5) %!d(string=hai) anos
pai
achega
b903a87ce9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/carousel/src/item.vue

+ 1 - 1
packages/carousel/src/item.vue

@@ -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;