Untitled

Anonymous
plain_text
12/26/2024 6:47 PM
432 B
9
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