Skip to content

Commit b224427

Browse files
authored
Merge pull request BinarCode#49 from zhang-yafei/master
fix demo bug
2 parents 7c64ff4 + 7739145 commit b224427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ Other demos:
458458

459459
<template slot="footer" scope="props">
460460
<div class=wizard-footer-left>
461-
<wizard-button v-if="props.activeTabIndex > 0 && !props.isLastStep" :style="props.fillButtonStyle">Previous</wizard-button>
461+
<wizard-button v-if="props.activeTabIndex > 0 && !props.isLastStep" @click.native="props.prevTab()" :style="props.fillButtonStyle">Previous</wizard-button>
462462
</div>
463463
<div class="wizard-footer-right">
464464
<wizard-button v-if="!props.isLastStep"@click.native="props.nextTab()" class="wizard-footer-right" :style="props.fillButtonStyle">Next</wizard-button>

0 commit comments

Comments
 (0)