Update packages/client/src/components/ui/pagination.vue

Co-authored-by: Johann150 <johann.galle@protonmail.com>
This commit is contained in:
tamaina 2022-05-08 20:23:07 +09:00 committed by GitHub
parent 1756d74039
commit 7afbaa1e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ let rootEl = $ref<HTMLElement>();
*/
let backed = $ref(false);
let scrollRemove: (() => void) | null = $ref(null);
let scrollRemove = ref<(() => void) | null>(null);
const items = ref<MisskeyEntity[]>([]);
const queue = ref<MisskeyEntity[]>([]);