nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.

Home Page:https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

BenoitEirik opened this issue · 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?