F
F
fessss2021-03-04 18:14:04
Vue.js
fessss, 2021-03-04 18:14:04

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 question

Ask a Question

731 491 924 answers to any question