ui_migration fix(deps): Correcting syntax deprecations, set :key at template, >>> :deep(), v-bind on top.

This commit is contained in:
Antonio Anaya 2026-01-20 19:09:42 -06:00
parent be868ad8c5
commit fc96ae94f8
4 changed files with 5 additions and 7 deletions

View file

@ -23,10 +23,10 @@ gets very confusing.
<div>
<h3 v-if="title">{{ title }}</h3>
<component
v-bind="currentStep.props"
:is="currentStep.component"
v-if="currentStep"
:key="stepIndex"
v-bind="currentStep.props"
@awaiting-user="handleAwaitingUser"
/>
<p class="uk-text-right">