Skip to content
Snippets Groups Projects
Commit f5010e73 authored by schneider210's avatar schneider210
Browse files

fix: show pagination ony if needed

parent e6437a33
No related branches found
No related tags found
1 merge request!56no-search-result
......@@ -32,7 +32,7 @@
@click="scrollUp()"
>
<v-pagination
v-if="items.length > 0"
v-if="total > size"
v-model="page"
:length="pagesAmount"
:total-visible="7"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment