ui_migration fix(deps): Correcting syntax deprecations, set :key at template, >>> :deep(), v-bind on top.
This commit is contained in:
parent
be868ad8c5
commit
fc96ae94f8
4 changed files with 5 additions and 7 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue