lokyoung / vuejs-paginate

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

fix: add v-bind:key on items of list #89

Closed diegogalvao closed 6 years ago

diegogalvao commented 6 years ago

Analyzing the code, I realized I needed to add v-bind: key in the list items Congratulations on the project, very good.