diff --git a/src/runtime/components/Stepper.vue b/src/runtime/components/Stepper.vue index 79bbe99c..c6e641ca 100644 --- a/src/runtime/components/Stepper.vue +++ b/src/runtime/components/Stepper.vue @@ -15,7 +15,7 @@ type StepperVariants = VariantProps export interface StepperItem { slot?: string - value?: string + value?: string | number title?: string description?: string icon?: string