UNPKG
vue-paginate-3
Version:
latest (3.6.1)
3.6.1
A simple vue.js plugin to paginate data
github.com/TahaSh/vue-paginate
TahaSh/vue-paginate
vue-paginate-3
/
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
>