Skip to content

Commit 11986c6

Browse files
authored
fix(VStepperVertical): fix next/prev-text props (#21360)
fixed #21358
1 parent 647a3fe commit 11986c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/vuetify/src/labs/VStepperVertical/VStepperVertical.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ export const VStepperVertical = genericComponent<new <T = number>(
8383
color,
8484
eager,
8585
editable,
86-
prevText,
87-
nextText,
8886
hideActions,
8987
static: true,
9088
},
91-
VStepperActions: {
89+
VStepperVerticalActions: {
9290
color,
91+
nextText,
92+
prevText,
9393
},
9494
})
9595

0 commit comments

Comments
 (0)