diff --git a/packages/shared/watchThrottled/demo.vue b/packages/shared/watchThrottled/demo.vue index dbaa876d050..8f6686a4fa5 100644 --- a/packages/shared/watchThrottled/demo.vue +++ b/packages/shared/watchThrottled/demo.vue @@ -7,7 +7,7 @@ const updated = ref(0) watchThrottled(input, () => { updated.value += 1 -}, { throttle: 500 }) +}, { throttle: 1000 })