Skip to content
Snippets Groups Projects
Commit 247bfa04 authored by Jo Vuit's avatar Jo Vuit
Browse files

Added a v-if to disable the `<div>` if there is only one page of content

parent fa1430d3
No related branches found
No related tags found
No related merge requests found
<template>
<div class="ui pagination menu" role="navigation" :aria-label="labels.pagination">
<div v-if='maxPage > 1' class="ui pagination menu" role="navigation" :aria-label="labels.pagination">
<a href
:disabled="current - 1 < 1"
@click.prevent.stop="selectPage(current - 1)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment