1

Im stuck trying to create a pager with vuejs, so I was wonder if anyone can appoint an example of how to make a pager like this if is possible "1-2-3-4-5 ... 55" ??, thanks again for any help please check this out

<li v-for="pageNumber in totalPages">
  <a href="#" @click="setPage(pageNumber)" v-class="current: currentPage === pageNumber">{{ pageNumber+1 }}</a>
</li>
b4dQuetions
  • 1,549
  • 6
  • 18
  • 28
  • 1
    Possible duplicate of [VueJs how to make pagination with limiter and range..?](http://stackoverflow.com/questions/35596389/vuejs-how-to-make-pagination-with-limiter-and-range) – Yerko Palma Feb 29 '16 at 19:33

0 Answers0