lokyoung / vuejs-paginate

A Vue.js(v2.x+) component for creating pagination.
MIT License
779 stars 171 forks source link

#68 - page range should limit range of page numbers displayed. #69

Closed keeganstreet closed 6 years ago

keeganstreet commented 6 years ago

Fix for https://github.com/lokyoung/vuejs-paginate/issues/68

Before: before

After: after

codecov-io commented 6 years ago

Codecov Report

Merging #69 into master will decrease coverage by 2.22%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
- Coverage   81.81%   79.59%   -2.23%     
==========================================
  Files           1        1              
  Lines          55       49       -6     
  Branches       14       12       -2     
==========================================
- Hits           45       39       -6     
  Misses          7        7              
  Partials        3        3
Impacted Files Coverage Δ
src/components/Paginate.vue 79.59% <100%> (-2.23%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 03d14f0...1b6aef4. Read the comment docs.