Lapor Chen
Lapor Chen
### Description ## Description I have a logic in my dropdown menu to hide certain item. But I can't find a property in this component that can do this. And...
### Before submitting the PR, please make sure you do the following - [X] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CONTRIBUTING.md). - [X] Read the [Pull Request Guidelines](https://github.com/vueuse/vueuse/blob/main/packages/guidelines.md). - [X] Check that there...
### Describe the bug When the option for `useIntervalFn` is set as the following ```ts { immediate: false, immediateCallback: true, } ``` Then if the `pause` method is called on...