revert: reloadkey

This commit is contained in:
cutestnekoaqua 2023-01-12 21:59:50 +01:00
parent e334494653
commit ade6b5a5e7
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0

View file

@ -65,7 +65,6 @@ const props = withDefaults(defineProps<{
pagination: Paging;
disableAutoLoad?: boolean;
displayLimit?: number;
reloadKey?: number;
externalItemArray?: Ref<Array<any>>;
}>(), {
displayLimit: 30,