lokyoung / vuejs-paginate

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

Different break views #131

Open renancarvalho opened 3 years ago

renancarvalho commented 3 years ago

Is it possible to have different break views?

for instance

"1 ... 2,3,4,5 <> 100" where '...' is like one break view and '<>' is another. If yes, how can I do that?