From 8a0dc7c2944c3ef1d9950838667b49178b3973b0 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Wed, 21 Feb 2024 12:05:55 +0300 Subject: [PATCH] Typo fix --- components/lib/stepper/Stepper.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {