lokyoung / vuejs-paginate

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

Add possibility take event #105

Open MaximYakusik opened 5 years ago

MaximYakusik commented 5 years ago

The opportunity to get an event can be very useful. For example, we can use it to understand that 'click'/'keyup.enter' triggered along with 'ctrl' or other key.

codecov-io commented 5 years ago

Codecov Report

Merging #105 into master will not change coverage. The diff coverage is 66.66%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #105   +/-   ##
=====================================
  Coverage      78%    78%           
=====================================
  Files           1      1           
  Lines          50     50           
  Branches       15     15           
=====================================
  Hits           39     39           
  Misses          7      7           
  Partials        4      4
Impacted Files Coverage Δ
src/components/Paginate.vue 78% <66.66%> (ø) :arrow_up:

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 16fc507...0785e9a. Read the comment docs.