Skip to content

Commit

Permalink
chore: update demo (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
joezimjs committed Apr 22, 2022
1 parent b99c021 commit af3e877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/watchThrottled/demo.vue
Expand Up @@ -7,7 +7,7 @@ const updated = ref(0)
watchThrottled(input, () => {
updated.value += 1
}, { throttle: 500 })
}, { throttle: 1000 })
</script>

<template>
Expand Down

0 comments on commit af3e877

Please sign in to comment.