nuxt / icon

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

Icons not rendered on client side rendering (ssr: false) #144

Closed BenoitEirik closed 3 months ago

BenoitEirik commented 3 months ago

Hi,

The icons are not prerendered in client side rendering with ssr:false. Instead, I have <span> with name text attribute. I'm using Capacitor, and it seems the problem only occurs with my app's WebView (Android).

Does anyone have a solution?