mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-19 03:40:32 +03:00
I had mistakenly missed a function call.
This commit is contained in:
@@ -384,8 +384,8 @@
|
||||
return
|
||||
}
|
||||
let newTab = this.tabs[index]
|
||||
if (newTab && newTab.afterTabChange !== undefined) {
|
||||
newTab.afterTabChange()
|
||||
if (newTab && newTab.afterChange !== undefined) {
|
||||
newTab.afterChange()
|
||||
}
|
||||
},
|
||||
changeTab (oldIndex, newIndex, emitChangeEvent = true) {
|
||||
|
||||
Reference in New Issue
Block a user