Skip to content

Commit

Permalink
docs: fix duplicate throttleFilter (vitest-dev#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwe12e authored Jan 26, 2021
1 parent 444a588 commit 247b82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ These show the general configurations for most of the functions in VueUse.

### Event Filters

From v4.0, we provide the Event Filters system to give the flexibility to control when will events get triggered. For example, you can use `throttleFilter` and `throttleFilter` to control the event trigger rate:
From v4.0, we provide the Event Filters system to give the flexibility to control when will events get triggered. For example, you can use `throttleFilter` and `debounceFilter` to control the event trigger rate:

```ts
import { throttleFilter, debounceFilter, useLocalStorage, useMouse } from '@vueuse/core'
Expand Down

0 comments on commit 247b82a

Please sign in to comment.