2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-10 19:22:25 +03:00

Add vue-router to dev deps

Revert router integration due to wrong merge
This commit is contained in:
cristi
2017-04-24 22:57:57 +03:00
parent 4f29fb639d
commit 4a9655edd3
5 changed files with 34 additions and 4 deletions
+6 -3
View File
@@ -7,19 +7,22 @@
class="card">
<tab-content title="Personal details"
:before-change="validateAsync"
route="/first"
icon="ti-user">
My first tab content
</tab-content>
<tab-content title="Additional Info"
:before-change="validate"
route="/second"
icon="ti-settings">
My second tab content
</tab-content>
<tab-content title="Last step"
:before-change="validateAsync"
route="/third"
icon="ti-check">
Yuhuuu! This seems pretty damn simple
</tab-content>
<transition name="fade" mode="out-in">
<router-view></router-view>
</transition>
<div class="loader" v-if="loadingWizard"></div>
</form-wizard>
</div>