Answer the question
In order to leave comments, you need to log in
Access vuetify slots?
There is a table component
<v-data-table>
<template v-slot:item.date={ item }> {{ item.date }} </template>
</v-data-table>
<custom-table> // это обертка для v-data-table
// я могу как-то тут получить доступ к темплейту в data-table?
</custom-table>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question