tweak displayLimit of pagination
This commit is contained in:
parent
06a3767409
commit
a0af80f8c5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const props = withDefaults(defineProps<{
|
||||||
disableAutoLoad?: boolean;
|
disableAutoLoad?: boolean;
|
||||||
displayLimit?: number;
|
displayLimit?: number;
|
||||||
}>(), {
|
}>(), {
|
||||||
displayLimit: 30,
|
displayLimit: 20,
|
||||||
});
|
});
|
||||||
|
|
||||||
const emit = defineEmits<{
|
const emit = defineEmits<{
|
||||||
|
|
Loading…
Reference in a new issue