mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 18:20:47 +01:00
Make page index make sense
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<MaterialIcon name="chevron-left" :size="32" />
|
||||
</a>
|
||||
<a :class="`btn btn-outline-dark text-light`">
|
||||
{{ `${index} / ${count - 1}` }}
|
||||
{{ `${index + 1} / ${count}` }}
|
||||
</a>
|
||||
<a :class="`btn btn-outline-dark ${hasNextCss}`"
|
||||
@click="onNext()">
|
||||
|
||||
Reference in New Issue
Block a user