Update default item per page by 10
This commit is contained in:
@ -69,7 +69,7 @@ export default {
|
||||
},
|
||||
limit: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
default: 10,
|
||||
},
|
||||
itemsPerPageArray: {
|
||||
type: Array,
|
||||
|
Reference in New Issue
Block a user