diff --git a/src/components/carousel/index.ts b/src/components/carousel/index.ts index eb0e14fd8..36dba408c 100644 --- a/src/components/carousel/index.ts +++ b/src/components/carousel/index.ts @@ -102,6 +102,7 @@ class Carousel implements CarouselInterface { destroy() { if (this._initialized) { + this.pause(); this._initialized = false; } }