We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341b280 commit e907d62Copy full SHA for e907d62
index.js
@@ -9,7 +9,7 @@ if (typeof window !== 'undefined' && window.Vue) {
9
}
10
11
export default {
12
- version: '0.3.0',
+ version: '0.3.1',
13
install,
14
TinyPagination,
15
};
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-tiny-pagination",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"author": {
5
"name": "Javier Diaz Chamorro",
6
"email": "[email protected]",
packages/TinyPagination/src/main.vue
@@ -54,7 +54,7 @@ export default {
54
},
55
data () {
56
return {
57
58
currentPage: 1,
59
currentLimit: 10,
60
translations: {
0 commit comments