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
|
|
@ -4,10 +4,10 @@
|
|||
<h2 class="uk-modal-title">Microscope Calibration</h2>
|
||||
|
||||
<component
|
||||
v-bind="currentTask.props"
|
||||
:is="currentTask.component"
|
||||
v-if="currentTask"
|
||||
:key="taskIndex"
|
||||
v-bind="currentTask.props"
|
||||
:first="isFirstTask"
|
||||
:final="isFinalTask"
|
||||
:start-on-last="movingBackward"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue