8000 feat(useElementOverflow): new function by inside5545 · Pull Request #4094 · vueuse/vueuse · GitHub
[go: up one dir, main page]

Skip to content

feat(useElementOverflow): new function #4094

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: update exports snapshot
  • Loading branch information
ilyaliao committed May 19, 2025
commit 998c76b99655395af84412666ffeece0efe16737
2 changes: 2 additions & 0 deletions test/exports/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
UseDocumentVisibility: object
UseDraggable: object
UseElementBounding: object
UseElementOverflow: object
UseElementSize: object
UseElementVisibility: object
UseEyeDropper: object
Expand Down Expand Up @@ -46,6 +47,7 @@
UseWindowSize: object
vElementBounding: object
vElementHover: object
vElementOverflow: object
vElementSize: object
vElementVisibility: object
vInfiniteScroll: object
Expand Down
1 change: 1 addition & 0 deletions test/exports/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
useElementBounding: function
useElementByPoint: function
useElementHover: function
useElementOverflow: function
useElementSize: function
useElementVisibility: function
useEventBus: function
Expand Down
Loading
0