-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Icon not showing in nuxt, instead the name is appearing 'warning' #104
Comments
for notify icon appears:
|
Something wrong with your vuetify icons. What icon font do you use? Can you try in y our code
If you use different icon font, just setup it correctly, in this.$vuetify.icons.warning must be correct icon name |
My veutify config on nuxt:
Veutify is using mdi icons. After configuring it like this, it worked:
is it the right way? |
Yes, it right way, but you can just setup globally icons in vuetify as described in https://vuetifyjs.com/en/customization/icons/#reusable-custom-icons
in nuxt it setup in nuxt.config.js The reason was in not correct setup iconfont in vuetify. Please read docs |
@yariksav Sorry for re-opening it but there's a problem with on line 67:
if not it will work only with md correctly, 'cause the |
Hi, @renathoaz, thank you, I suppose you are right. I will check and fix it soon) (Vuetify always makes breaking changes, before icons was in this.$vuetify.icons property) |
fixed in 2.0.12 |
Here is my config in nuxt..config.js
and calling like this:
here is the result:
How can I solve it using nuxt ?
The text was updated successfully, but these errors were encountered: