Update default pagination

This commit is contained in:
Michael
2025-08-25 11:59:01 +09:00
parent 4a20707c62
commit 2dde396442
9 changed files with 9 additions and 9 deletions

View File

@ -34,7 +34,7 @@ export default {
},
itemsPerPageArray: {
type: Array,
default: () => [20, 50, 100],
default: () => [10, 20, 50],
},
},
data() {