[v3.4.1] v-slot item is of type never or unknown #18784
Unanswered
RahulJaikumar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do i set the type of item when using VDataTable with template slots.
After 3.4.1 update, its defaulting the type to never which is causing typescript build issue.
Example code provided below
<template v-slot:item.created_at="{ item }"> {{ getDate(item.created_at) }} </template>
Beta Was this translation helpful? Give feedback.
All reactions