feat: current page indicator

This commit is contained in:
2024-07-19 15:57:36 +03:00
parent 7b2c6d9fc8
commit 2becf42487
2 changed files with 5 additions and 4 deletions

View File

@@ -35,5 +35,8 @@
</button>
</div>
<div class="hidden md:block md:fixed right-10 top-[50%]">
{{ currentPageIndex + 1 }} / {{ pages.length }}
</div>
}
</div>