Skip to content

Commit

Permalink
fix(VDataTable): emit current items immediately (#20449)
Browse files Browse the repository at this point in the history
fixes #20440
  • Loading branch information
J-Sek authored Jan 24, 2025
1 parent ba143c1 commit 57047f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function usePaginatedItems <T> (options: {

watch(paginatedItems, val => {
vm.emit('update:currentItems', val)
})
}, { immediate: true })

return { paginatedItems }
}

0 comments on commit 57047f6

Please sign in to comment.