wizard passing extra steps issue updated

This commit is contained in:
batuhanbas
2020-02-02 21:05:11 +03:00
parent 6e3c1340ae
commit 9fae62e3b8
8 changed files with 24 additions and 30 deletions

View File

@ -106,9 +106,5 @@ const app = new Vue({
.catch(error => {
});
},
next() {
if (this.active++ > 3);
}
}
});