Untitled
unknown
plain_text
10 months ago
324 B
4
Indexable
<template v-slot:['item.checkbox']="{ item }">
<v-checkbox v-model="item.selected" color="primary"></v-checkbox>
</template>
<template v-slot:[`item.dia_vencimento`]="{ item }">
<v-text-field v-model="item.dia_vencimento" solo dense hide-details></v-text-field>
</template>
Editor is loading...
Leave a Comment