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
2 people authored and yuwu9145 committed Aug 4, 2024
1 parent 41786fd commit 5d8d16a
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 5d8d16a

Please sign in to comment.