unnecessary control and responsive are fixed

This commit is contained in:
batuhanbas
2020-01-16 14:57:27 +03:00
parent ccae7c0572
commit 6902ec0929
10 changed files with 44 additions and 44 deletions

View File

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