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

@ -39,8 +39,6 @@ const app = new Vue({
},
methods: {
next() {
if (this.active++ > 3);
}
}
});