Skip to content

Commit

Permalink
feat(VSlideGroup): expose hasNext and hasPrev (#20050)
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Wasak <[email protected]>
  • Loading branch information
PiotrWasak and Piotr Wasak committed Jul 2, 2024
1 parent 3752de2 commit 8ef6ff8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/src/components/VSlideGroup/VSlideGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,8 @@ export const VSlideGroup = genericComponent<new <T>(
scrollTo,
scrollOffset,
focus,
hasPrev,
hasNext,
}
},
})
Expand Down

0 comments on commit 8ef6ff8

Please sign in to comment.