Vuetify 3 and vue-i18n for tag attribute
you can use it directly like any variable :
<v-text-field
:label="$t('myText')"
></v-text-field>
you can use it directly like any variable :
<v-text-field
:label="$t('myText')"
></v-text-field>