mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-25 10:00:32 +03:00
+1
-1
@@ -476,7 +476,7 @@ Other demos:
|
||||
</tab-content>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
<div class="wizard-footer-right">
|
||||
|
||||
Reference in New Issue
Block a user