Update slider
This commit is contained in:
@@ -76,7 +76,9 @@ const useSlider = ({ duration = 0, count }: Props) => {
|
|||||||
restartSliderTimer();
|
restartSliderTimer();
|
||||||
});
|
});
|
||||||
|
|
||||||
onUnmounted(() => {});
|
onUnmounted(() => {
|
||||||
|
restartSliderTimer();
|
||||||
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
activeSlide,
|
activeSlide,
|
||||||
|
|||||||
Reference in New Issue
Block a user