unnecessary control and responsive are fixed
This commit is contained in:
@ -108,7 +108,7 @@ const app = new Vue({
|
||||
},
|
||||
|
||||
next() {
|
||||
if (this.active++ > 3) this.active = 0;
|
||||
if (this.active++ > 3);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user