-
-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Description
Hey @kazupon,
first i'd like to thank you for your great work. 🎉
I've just added vue-i18n linting to our vuetify project and noticed several warnings about raw-text within our v-icon slots.
warning: raw text 'mdi-car' is used (vue-i18n/no-raw-text) at
src/views/systems/Systems.vue:11:38:
10 | <v-list-tile-avatar>
> 11 | <v-icon slot="activator">mdi-car</v-icon>
| ^
12 | </v-list-tile-avatar>
13 | <v-list-tile-content @click="goToDashboard(system)">What would be your approach to deal with that kind of warnings? In our project those icons have no need to be localised.