Untitled

 avatar
unknown
plain_text
a month ago
324 B
2
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>

Leave a Comment