mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-10 08:52:23 +03:00
#12 Remove active tab error on back button
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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