nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
868 stars 37 forks source link

Upgrade from 0.6.1 to 0.6.5 breaks icons like "mdi-microphone" #119

Closed XStarlink closed 7 months ago

XStarlink commented 7 months ago

Hello, I've just updated nuxt-icon to 0.6.5 and the icons in my app that I had in this form no longer display correctly, I just have text instead of icons.

Example of icons that no longer work mdi-microphone mdi-plus mdi-close etc...

Atinux commented 7 months ago

Hi @XStarlink

It's hard to follow all of the different format.

Could you try by prefixing with i- ? or using mdi:plus format?

XStarlink commented 7 months ago

@Atinux I finally prefixed all my icons with i- to unify the use of icons in my code!

Thanks for all your work on nuxt, it's the best framework ever!