nuxt/icon

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

BenoitEirik opened this issue · 0 comments

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?