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:
Vendored
+2
-2
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user