1.0.3 • Published 7 years ago

vue-page-pagination v1.0.3

Weekly downloads
5
License
MIT
Repository
-
Last release
7 years ago

A simple page paginator for vue

Install

yarn add vue-page-pagination

or

npm i vue-page-pagination --save

Useage

import Paginator from 'vue-page-pagination';

with a simple style

import 'vue-page-pagination/simple.css';

in Vue:

<paginator
    :total="934"
    :perPage="20"
    :segment="5"
    previous="<<"
    next=">>"
    @change="pageChange"
></paginator>

the pageChange callback function receive current page index args.

vue-page-pagination image

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago