diff --git a/src/content/TextAnimations/RotatingText/RotatingText.vue b/src/content/TextAnimations/RotatingText/RotatingText.vue index b7ba28c..f1d871f 100644 --- a/src/content/TextAnimations/RotatingText/RotatingText.vue +++ b/src/content/TextAnimations/RotatingText/RotatingText.vue @@ -194,8 +194,7 @@ watch( () => { cleanupInterval(); startInterval(); - }, - { immediate: true } + } ); onMounted(() => {