fix: type errors
This commit is contained in:
parent
c4af4a610e
commit
a101b79486
4 changed files with 11 additions and 5 deletions
|
@ -10,6 +10,14 @@ const { paginator, keyProp = 'id', virtualScroller = false } = defineProps<{
|
|||
virtualScroller: boolean
|
||||
}>()
|
||||
|
||||
defineSlots<{
|
||||
default: {
|
||||
item: any
|
||||
active?: boolean
|
||||
}
|
||||
loading: {}
|
||||
}>()
|
||||
|
||||
const { items, state, endAnchor, error } = usePaginator(paginator)
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue