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

Merge pull request #273 from ansidev/patch-2

Fix syntax error.
This commit is contained in:
Cristi Jora
2018-12-07 10:02:25 +02:00
committed by GitHub
+1 -1
View File
@@ -476,7 +476,7 @@ Other demos:
</tab-content> </tab-content>
<template slot="footer" slot-scope="props"> <template slot="footer" slot-scope="props">
<div class=wizard-footer-left> <div class="wizard-footer-left">
<wizard-button v-if="props.activeTabIndex > 0 && !props.isLastStep" @click.native="props.prevTab()" :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>
</div> </div>
<div class="wizard-footer-right"> <div class="wizard-footer-right">