Set total visible on v-pagination

This commit is contained in:
root
2022-04-10 00:34:39 +05:30
parent 323155b513
commit 71c190db7b
+1 -1
View File
@@ -18,7 +18,7 @@
</v-btn>
</v-col>
<v-col cols="auto" class="justify-end">
<v-pagination v-model="currentPage" :length="Math.ceil(videos.length / PAGE_SIZE)" />
<v-pagination v-model="currentPage" :total-visible="7" :length="Math.ceil(videos.length / PAGE_SIZE)" />
</v-col>
</v-row>