diff --git a/components/lib/stepper/Stepper.vue b/components/lib/stepper/Stepper.vue index 2b449835e..0c8d211b8 100644 --- a/components/lib/stepper/Stepper.vue +++ b/components/lib/stepper/Stepper.vue @@ -147,7 +147,7 @@ import StepperSeparator from './StepperSeparator.vue'; export default { name: 'Stepper', extends: BaseStepper, - nheritAttrs: false, + inheritAttrs: false, emits: ['update:activeStep', 'step-change'], data() { return {