Fix for watch prop (Issue #110)

This commit is contained in:
freakdaniel
2025-12-03 11:49:43 +03:00
parent 937c5bc71e
commit d6ca7b36c3

View File

@@ -194,8 +194,7 @@ watch(
() => { () => {
cleanupInterval(); cleanupInterval();
startInterval(); startInterval();
}, }
{ immediate: true }
); );
onMounted(() => { onMounted(() => {