Update packages/client/src/components/ui/pagination.vue
Co-authored-by: Johann150 <johann.galle@protonmail.com>
This commit is contained in:
parent
1756d74039
commit
7afbaa1e26
@ -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[]>([]);
|
||||
|
Loading…
Reference in New Issue
Block a user