mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 06:22:18 +00:00
makes component Pagination page_size prop a required prop
This commit is contained in:
@@ -10,7 +10,7 @@ export default {
|
||||
},
|
||||
page_size: {
|
||||
type: Number,
|
||||
default: 10,
|
||||
required: true,
|
||||
},
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user