vuetify-mask
vuetify-mask copied to clipboard
v-mask in data-table
Hi, how to use v-mask in template tag data-table
<template v-slot:[
item.usu_cpf]="{ item }"> <td> <span>{{ item.usu_cpf }}</span> </td> </template>