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 <piotr.wasak@outlook.com>
  • Loading branch information
2 people authored and blalan05 committed Nov 9, 2024
1 parent c8dd494 commit 640d8d7
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 640d8d7

Please sign in to comment.