We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have customized component name in nuxt.config.ts as mentioned here: https://nuxt.com/modules/icon
icon: { componentName: 'NuxtIcon' },
However use of component doesn't seem to register auto import of the component:
<NuxtIcon name="lucide:newspaper" />
"@iconify-json/lucide": "^1.2.71", "@nuxt/icon": "^2.1.0", "nuxt": "^3.12.1", "vue": "^3.3.8",
I already have another custom component Icon used for something else.
Icon
Anything else I neeed to configure or can I explicit import the component?
I have customized component name in nuxt.config.ts as mentioned here:
https://nuxt.com/modules/icon
However use of component doesn't seem to register auto import of the component:
I already have another custom component
Iconused for something else.Anything else I neeed to configure or can I explicit import the component?