Skip to content

Commit

Permalink
Update the VTable component
Browse files Browse the repository at this point in the history
  • Loading branch information
tobytwigger committed Apr 14, 2022
1 parent 92c41d2 commit 9dd58f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export default {
data() {
return {
page: 1,
pageSize: 25,
pageSize: 5,
sort: {
dir: true,
by: ''
Expand Down

0 comments on commit 9dd58f6

Please sign in to comment.