From 13453aef24490e9051b10aafc6da0307296c8e9a Mon Sep 17 00:00:00 2001 From: BlossomiShymae <87099578+BlossomiShymae@users.noreply.github.com> Date: Thu, 2 May 2024 11:26:20 -0500 Subject: [PATCH] Make page index make sense --- components/Pagination.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Pagination.vue b/components/Pagination.vue index 7262f8e..1f4d38b 100644 --- a/components/Pagination.vue +++ b/components/Pagination.vue @@ -9,7 +9,7 @@ - {{ `${index} / ${count - 1}` }} + {{ `${index + 1} / ${count}` }}