Open NadineMarques opened 2 months ago
Is it possible to customize the message slot? I would like to do something like this:
<vuetify-money> <template v-slot:message="item"> <v-icon size="12" color="red">{{ messageIcon }}</v-icon> <span style="color: red;">{{ item.message }}</span> </template> </vuetify-money>
Is it possible to customize the message slot? I would like to do something like this: