Skip to content

Commit 4eeb514

Browse files
committed
fix(VBtn): set group state for non-router links
fixes #22085
1 parent ba81e80 commit 4eeb514

File tree

1 file changed

+1
-1
lines changed
  • packages/vuetify/src/components/VBtn

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VBtn/VBtn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const VBtn = genericComponent<VBtnSlots>()({
165165
))
166166
) return
167167

168-
if (link.isLink.value) {
168+
if (link.isRouterLink.value) {
169169
link.navigate?.(e)
170170
} else {
171171
// Group active state for links is handled by useSelectLink

0 commit comments

Comments
 (0)