Arlo
Arlo
https://github.com/vueuse/vueuse/blob/23d186e2da529b1b81f741b54ebee2aa1aaa56bd/packages/core/useMediaControls/index.ts#L453 Thanks for the PR, but we already have it in [useMediaControls](https://github.com/vueuse/vueuse/blob/main/packages/core/useMediaControls/index.ts) .
Thanks for the PR. I'm not so sure about it, it seems just provide two computed state based on `useMouseInElement`. If ppl has similar needed, perhaps the combination of states...
Thanks for your contribution . I'm just not sure about the generality of this function,Maybe it's better to let @antfu decide .
Thanks for your contribution! Would you mind add a test cases for it ?
> The problem with this change is that now we communicate via our types that it's fine to mutate this property in userland - it's part of the types, after...
> I think the check method as [Vue2](https://github.com/vuejs/vue/commit/a2f57e3c5269990f2ff82e3659f0809776d4b8f5) may be better. Updated,Thanks!
Can you provide a use case about it ? Thanks!
Can we just provide a `forceFire` option to support it ? Force triggered the `onLoadMore` callback once when the container element's height >= content's height.
> Just wondering if other libs could support it, any blockers for us to support it automatically? I didn't find a good way to support it automatically because that for...
> @webfansplz, do you have more questions regarding the usecase? What's your view on merging this PR? I'm not sure if this change will affect any other use cases, and...