Starlink

Results 5 comments of Starlink

I found this in the Doc for building an offline bundle https://docs.iconify.design/icon-components/bundles/

I add here some elements of answer which I received in the Vuetify discord and which can surely help! Thank you very much @KaelWD. @KaelWD — Today at 12:45 PM...

I still have a lot of warnings about this, but I haven't found any solutions.

> It's a vue bug really. `loadIconComponent` resolves while vue is rendering other components, so `__restore` sets `currentInstance` back to NuxtIcon when `normalizeSlot` is expecting it to be null. >...

> Workaround I use is this > > https://content.nuxt.com/get-started/configuration#ignores > > ``` > export default defineNuxtConfig({ > content: { > ignores: [ > 'hidden', // any file or folder that...