Skip to content

Commit

Permalink
fixes #1248
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Aug 5, 2017
1 parent 74d389c commit 91bdd40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/pagination/VPagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export default {
disabled: Boolean,
length: {
type: Number,
default: 0
default: 0,
validator: val => val % 1 === 0
},
value: {
type: Number,
Expand Down

0 comments on commit 91bdd40

Please sign in to comment.