diff --git a/frontend/components/home/ProductsShowcase.vue b/frontend/components/home/ProductsShowcase.vue index ef721c8..a09f06e 100644 --- a/frontend/components/home/ProductsShowcase.vue +++ b/frontend/components/home/ProductsShowcase.vue @@ -109,6 +109,10 @@ onMounted(() => { nextSlide(); restartSliderTimer(); }); + +onUnmounted(() => { + restartSliderTimer(); +});