fix type errors

This commit is contained in:
syuilo
2025-07-05 17:13:29 +09:00
parent cc4cdd1ec0
commit f128682200
9 changed files with 14 additions and 9 deletions

View File

@@ -67,7 +67,7 @@ const router = useRouter();
const tab = ref('featured');
const searchQuery = ref('');
const searchPaginator = shallowRef<IPaginator | null>(null);
const searchPaginator = shallowRef<Paginator<'flash/search'> | null>(null);
const searchKey = ref(0);
const featuredFlashsPaginator = markRaw(new Paginator('flash/featured', {