makes component Pagination page_size prop a required prop

This commit is contained in:
SimonGschnell
2024-04-17 15:15:51 +02:00
parent 92f2c6e0a2
commit 71f63095c2
@@ -10,7 +10,7 @@ export default {
},
page_size: {
type: Number,
default: 10,
required: true,
},
},
data() {