We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60843f commit e7ae8beCopy full SHA for e7ae8be
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-laravel-pagination",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Pagination for vuejs with bootstrap, works with any serverside framework (ready to use with laravel)",
5
"main": "vue-pagination.js",
6
"scripts": {
vue-pagination.js
@@ -68,6 +68,8 @@ module.exports = {
68
},
69
computed: {
70
data: function () {
71
+ this.visible = 1;
72
+
73
var from = this.pagination.current_page - this.offset;
74
if(from < 1) {
75
from = 1;
0 commit comments