Skip to content

Commit

Permalink
fix(Stepper): correct item value type
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 27, 2024
1 parent ffba108 commit 4f05b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/Stepper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type StepperVariants = VariantProps<typeof stepper>
export interface StepperItem {
slot?: string
value?: string
value?: string | number
title?: string
description?: string
icon?: string
Expand Down

0 comments on commit 4f05b1a

Please sign in to comment.