Update default pagination
This commit is contained in:
@ -34,7 +34,7 @@ export default {
|
||||
},
|
||||
itemsPerPageArray: {
|
||||
type: Array,
|
||||
default: () => [20, 50, 100],
|
||||
default: () => [10, 20, 50],
|
||||
},
|
||||
},
|
||||
data() {
|
||||
|
Reference in New Issue
Block a user