mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Fix for watch prop (Issue #110)
This commit is contained in:
@@ -194,8 +194,7 @@ watch(
|
||||
() => {
|
||||
cleanupInterval();
|
||||
startInterval();
|
||||
},
|
||||
{ immediate: true }
|
||||
}
|
||||
);
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user