mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-08 23:42:23 +03:00
Use provide/inject to register tabs for layout flexibility
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
<form-wizard @on-complete="onComplete"
|
||||
@on-change="handleChange"
|
||||
:start-index.sync="activeIndex"
|
||||
layout="vertical"
|
||||
steps-classes="steps-size"
|
||||
color="#e74c3c">
|
||||
<tab-content v-for="tab in tabs" :title="tab" :key="tab">{{tab}}</tab-content>
|
||||
<transition name="fade" mode="out-in">
|
||||
|
||||
Reference in New Issue
Block a user