Update default item per page by 10

This commit is contained in:
Michael
2025-08-26 15:59:28 +09:00
parent 70aa21c78d
commit ac5bb1eb6e
9 changed files with 9 additions and 9 deletions

View File

@ -69,7 +69,7 @@ export default {
},
limit: {
type: Number,
default: 0,
default: 10,
},
itemsPerPageArray: {
type: Array,