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