We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c64ff4 + 7739145 commit b224427Copy full SHA for b224427
docs/README.md
@@ -458,7 +458,7 @@ Other demos:
458
459
<template slot="footer" scope="props">
460
<div class=wizard-footer-left>
461
- <wizard-button v-if="props.activeTabIndex > 0 && !props.isLastStep" :style="props.fillButtonStyle">Previous</wizard-button>
+ <wizard-button v-if="props.activeTabIndex > 0 && !props.isLastStep" @click.native="props.prevTab()" :style="props.fillButtonStyle">Previous</wizard-button>
462
</div>
463
<div class="wizard-footer-right">
464
<wizard-button v-if="!props.isLastStep"@click.native="props.nextTab()" class="wizard-footer-right" :style="props.fillButtonStyle">Next</wizard-button>
0 commit comments