parent
af364d6667
commit
20928e45a2
1 changed files with 2 additions and 4 deletions
|
|
@ -7,11 +7,9 @@
|
||||||
<h2 :id="step.id">
|
<h2 :id="step.id">
|
||||||
<span :data-icon="step.id">{{ step.label }}</span>
|
<span :data-icon="step.id">{{ step.label }}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="cards | flow">
|
<div ref="card-node" class="cards flow">
|
||||||
<div ref="card-node">
|
|
||||||
<component :is="cardsMap[step.id]" :step="step" />
|
<component :is="cardsMap[step.id]" :step="step" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue