From d6ca7b36c395222b7594bc8c09b1185f9948f5c4 Mon Sep 17 00:00:00 2001 From: freakdaniel Date: Wed, 3 Dec 2025 11:49:43 +0300 Subject: [PATCH] Fix for watch prop (Issue #110) --- src/content/TextAnimations/RotatingText/RotatingText.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(() => {