diff --git a/components/admin/Places.vue b/components/admin/Places.vue index 0bf91ffa..9fa10647 100644 --- a/components/admin/Places.vue +++ b/components/admin/Places.vue @@ -20,10 +20,10 @@ @click='place = data.row') {{$t('common.edit')}} client-only - el-pagination(:page-size='perPage' :currentPage.sync='placePage' :total='places.length') + el-pagination(v-if='places.length>perPage' :page-size='perPage' :currentPage.sync='placePage' :total='places.length')