feat: ditch triplit, move to postgresql + drizzle orm
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { useVirtualizer } from '@tanstack/vue-virtual';
|
||||
|
||||
const props = defineProps<{
|
||||
items: any[];
|
||||
items: readonly any[] | any[];
|
||||
keyField?: string;
|
||||
scrollElement: HTMLElement | null;
|
||||
itemSize: number;
|
||||
|
||||
Reference in New Issue
Block a user