Resolve "Don't display an empty page browser"

This commit is contained in:
Renon 2018-07-11 17:15:03 +00:00 committed by Eliot Berriot
parent 203b691a09
commit a4047ff472
12 changed files with 12 additions and 11 deletions

View file

@ -65,7 +65,7 @@
</div>
<div>
<pagination
v-if="result && result.results.length > 0"
v-if="result && result.count > paginateBy"
@page-changed="selectPage"
:compact="true"
:current="page"