Gergely Muka

Results 2 comments of Gergely Muka

@ibraahim6 @Tofandel I think the cleanest solution right now is to `extend` the `VStepperStep` with custom code: **VeStepperStep** (Vuetify Extended Stepper Step): ``` import { VStepperStep } from 'vuetify/lib/components/VStepper' export...

> @gegeke If you name it `v-stepper-step` instead of `ve-stepper-step` you don't need to extend the stepper as well, vue allows for components to have the same name @Tofandel thanks...