mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Set total visible on v-pagination
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user