-
-
Notifications
You must be signed in to change notification settings - Fork 44
v-icon and raw text #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for your feedback! One workaround is to comment <!-- eslint-disable vue-i18n/no-raw-text -->
<v-icon slot="activator">mdi-car</v-icon> The other is to provide an option to set component tags to be ignored in the |
I've just released out v0.3.0 |
This appears to work well for kebab-case nodes like |
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.
What would be your approach to deal with that kind of warnings? In our project those icons have no need to be localised.
The text was updated successfully, but these errors were encountered: