Sébastien Chopin

Results 965 comments of 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'` ?

Could you check in the Nuxt Devtools, in the components tabs the names of your components?

Then `ArrowIcon` should work. You can see a working playground on https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue

A Stackblitz showcasing the error, I don't have any error using the module

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...