Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Fix start-index issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cristijora committed Jul 12, 2017
1 parent 388be24 commit 062a69a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
11 changes: 0 additions & 11 deletions dev-example/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@
<tab-content v-for="tab in tabs" :title="tab" :key="tab" icon="ti-settings">
{{tab}}
</tab-content>
<tab-content title="Additional Info"
:before-change="validateAsync"
icon="ti-settings">
Additional info
</tab-content>
<tab-content title="Last step"
icon="ti-check">
</tab-content>
<transition name="fade" mode="out-in">
<router-view></router-view>
</transition>
<div class="loader" v-if="loadingWizard"></div>
<div v-if="error">
{{error}}
Expand Down
Loading

0 comments on commit 062a69a

Please sign in to comment.