gitFoxCode / nuxt-icons

Module for Nuxt allowing pleasant use of svg icons
192 stars 23 forks source link

fix: warn the glob option "as" has been deprecated in favour of "query" #53

Closed TatoRamirez closed 2 months ago

TatoRamirez commented 7 months ago

Update as: 'raw' to query: '?raw', import: 'default'

wokalek commented 6 months ago

@gitFoxCode This will actually remove the annoying warnings, please take a look at this pull request!

image

MoeinMirkiani commented 6 months ago

having the same issue :(

AndreasMueck commented 4 months ago

A temporary fix is to edit the component nuxt-icons directly:

/node_modules/nuxt-icons/dist/runtime/components/nuxt-icon.vue

21: change as: 'raw' to query: 'raw'

nossienl commented 3 months ago

@gitFoxCode can you please merge this ?

CarlosGranadosM commented 2 months ago

@gitFoxCode :)