We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df387d commit b06976cCopy full SHA for b06976c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-tiny-pagination",
3
- "version": "0.3.2",
+ "version": "0.3.3",
4
"description": "A Vue component for create a tiny pagination with Flexbox",
5
"license": "MIT",
6
"private": false,
packages/TinyPagination/src/main.vue
@@ -54,7 +54,6 @@ export default {
54
},
55
data() {
56
return {
57
- version: '0.3.2',
58
currentPage: 1,
59
currentLimit: 10,
60
translations: {
0 commit comments