UNPKG
vue-paginate
Version:
latest (3.6.0)
3.6.0
3.5.1
3.5.0
3.4.0
3.3.1
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
A simple vue.js plugin to paginate data
github.com/TahaSh/vue-paginate
TahaSh/vue-paginate
vue-paginate
/
examples
/
index.html
11 lines
•
204 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Vue-Paginate Example
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
"examples/__build__/app.js"
>
</
script
>
</
body
>
</
html
>