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