updated vue wizard

This commit is contained in:
batuhanbas
2020-01-15 20:59:21 +03:00
parent 2799e08d1b
commit 1577c32461
10 changed files with 30 additions and 21 deletions

View File

@ -40,7 +40,7 @@ const app = new Vue({
methods: {
next() {
if (this.active++ > 1) this.active = 0;
if (this.active++ > 3) this.active = 0;
}
}
});

View File

@ -108,7 +108,7 @@ const app = new Vue({
},
next() {
if (this.active++ > 1) this.active = 0;
if (this.active++ > 3) this.active = 0;
}
}
});

View File

@ -37,7 +37,7 @@ const app = new Vue({
methods: {
next() {
if (this.active++ > 1) this.active = 0;
if (this.active++ > 3) this.active = 0;
}
}
});

View File

@ -80,7 +80,7 @@ const app = new Vue({
},
next() {
if (this.active++ > 1) this.active = 0;
if (this.active++ > 3) this.active = 0;
}
}
});