Sébastien Chopin
Sébastien Chopin
Oh my bad I just saw that we are using the `app.config.ts` for the configuration. Could you try with `nuxt.options.appConfig.icon.size = '24px'` ?
You can do this yes
Could you check in the Nuxt Devtools, in the components tabs the names of your components?
I am talking about the Nuxt Devtools
Then `ArrowIcon` should work. You can see a working playground on https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
Could you try adding the `global: true` ?
Could you provide a reproduction please?
A Stackblitz showcasing the error, I don't have any error using the module
Could you try with `0.6.3`?
I am thinking to support this by leveraging a `unplugin` plugin in order to know all the icons used in the Vue code to preload them. Any help is welcome...