File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments