mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-03 08:24:04 +03:00
#15 Trigger back only on back button
Add media query for mobile < 350px
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="wizard-card-footer" v-if="!hideButtons">
|
||||
<div class="wizard-card-footer clearfix" v-if="!hideButtons">
|
||||
<template>
|
||||
<span @click="prevTab" v-if="displayPrevButton" class="wizard-footer-left">
|
||||
<slot name="prev">
|
||||
|
||||
Reference in New Issue
Block a user