0
0
Fork 0

fix(VnPaginate): use default value

This commit is contained in:
Alex Moreno 2024-10-07 08:24:53 +02:00
parent c9467b5286
commit 34a40dd87c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const props = defineProps({
}, },
offset: { offset: {
type: Number, type: Number,
default: 0, default: undefined,
}, },
skeleton: { skeleton: {
type: Boolean, type: Boolean,