Untitled
unknown
plain_text
6 months ago
324 B
3
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