You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Misc
Nuxt-ui : 3.1.1
Nuxt: 3.17.1
Node : v20.12.2
Tested on Firefox and Chrome
Description
With the following code in my component, I get nothing in the rendered DOM using "npm run dev" command. The Icon does not appear and there is nothing in the dom.
I have installed npm install @iconify-json/uil, I have also tried with other icon like "prime"
<UIcon name="i-uil-github" class="size-4" />
I have no error message at all and other ui features works fine. I think I am missing something but I don't get what ^^
What I tried
Tested on Firefox & Chrome.
Various icon package name
installing nuxt icon package
adding nuxt icon package to module
The text was updated successfully, but these errors were encountered:
Description
Misc
Nuxt-ui : 3.1.1
Nuxt: 3.17.1
Node : v20.12.2
Tested on Firefox and Chrome
Description
With the following code in my component, I get nothing in the rendered DOM using "npm run dev" command. The Icon does not appear and there is nothing in the dom.
I have installed npm install @iconify-json/uil, I have also tried with other icon like "prime"
I have no error message at all and other ui features works fine. I think I am missing something but I don't get what ^^
What I tried
Tested on Firefox & Chrome.
Various icon package name
installing nuxt icon package
adding nuxt icon package to module
The text was updated successfully, but these errors were encountered: