2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-20 14:10:33 +03:00

Rename to form-wizard

This commit is contained in:
cristi
2017-04-18 01:57:33 +03:00
parent f9c2a7bfbe
commit ee55310579
11 changed files with 43 additions and 28 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
<body>
<div id="app">
<div class="col-xs-8 col-xs-offset-2">
<tab-wizard @on-complete="onComplete">
<form-wizard @on-complete="onComplete">
<tab-content title="Personal details"
icon="ti-user">
My first tab content
@@ -23,7 +23,7 @@
icon="ti-check">
Yuhuuu! This seems pretty damn simple
</tab-content>
</tab-wizard>
</form-wizard>
</div>
</div>
<!-- built files will be auto injected -->