Skip to content

Commit c9b0555

Browse files
committed
rv useless trasition
1 parent 018fac8 commit c9b0555

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

components/Step.vue

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,15 @@
4242
</v-chip>
4343
</v-col>
4444
</v-row>
45-
<Transition name="slide-fade" mode="out-in">
46-
<component
47-
v-if="step_index == current_step_index"
48-
:key="step_index"
49-
:is="steps[step_index].component.component_name"
50-
v-bind="steps[step_index].component.component_options"
51-
@update_values="update_values_event"
52-
@increment_step="increment_step"
53-
@decrement_step="decrement_step"
54-
/>
55-
</Transition>
45+
<component
46+
v-if="step_index == current_step_index"
47+
:key="step_index"
48+
:is="steps[step_index].component.component_name"
49+
v-bind="steps[step_index].component.component_options"
50+
@update_values="update_values_event"
51+
@increment_step="increment_step"
52+
@decrement_step="decrement_step"
53+
/>
5654
</v-stepper-content>
5755
</template>
5856

0 commit comments

Comments
 (0)