mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-14 20:02:24 +03:00
#12 Remove active tab error on back button
This commit is contained in:
@@ -326,6 +326,7 @@
|
||||
prevTab () {
|
||||
let cb = () => {
|
||||
if (this.activeTabIndex > 0) {
|
||||
this.setValidationError(null)
|
||||
this.changeTab(this.activeTabIndex, this.activeTabIndex - 1)
|
||||
this.isLastStep = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user