2
0
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:
cristijora
2017-06-04 11:30:45 +03:00
parent 2a4456e65d
commit a065f91d53
2 changed files with 2 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -326,6 +326,7 @@
prevTab () {
let cb = () => {
if (this.activeTabIndex > 0) {
this.setValidationError(null)
this.changeTab(this.activeTabIndex, this.activeTabIndex - 1)
this.isLastStep = false
}