fixed paginated button

This commit is contained in:
Peter Papp
2020-08-24 07:20:45 +02:00
parent 25bb186c89
commit 88315e4a91
12 changed files with 12 additions and 12 deletions
@@ -70,7 +70,7 @@
</a>
</li>
<li v-if="pageIndex < 5" v-for="(page, index) in 5" :key="index" class="page-item" @click="goToPage(pageIndex + 1)">
<li v-if="pageIndex < 5" v-for="(page, index) in 5" :key="index" class="page-item" @click="goToPage(page)">
<a class="page-link" :class="{ active: pageIndex === page }">
{{ page }}
</a>