From 4207c966f07355859d9470af382e6dcecea2eb34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bat=C4=B1n=20Ery=C4=B1lmaz?= Date: Thu, 3 Jul 2025 18:38:51 +0000 Subject: [PATCH] test --- pages/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 9d22d3a..cf28252 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -156,7 +156,7 @@ export default Vue.extend({ if (this.index + count >= this.dataSet.length) { this.index = this.dataSet.length } else if (this.index + count < -1) { - this.index = 0 + this.index = } else { this.index += count } @@ -178,8 +178,8 @@ export default Vue.extend({ sessionStorage.setItem("index", "0") this.index = 0 this.splitSize = 1 - this.isPlaying = false - this.hasStarted = false + this.isPlaying = true + this.hasStarted = true } } })