tweak displayLimit of pagination

This commit is contained in:
syuilo 2023-01-03 09:41:32 +09:00
parent 06a3767409
commit a0af80f8c5
1 changed files with 1 additions and 1 deletions

View File

@ -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<{