nuxt-icons icon indicating copy to clipboard operation
nuxt-icons copied to clipboard

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

Open TatoRamirez opened this issue 1 year ago • 4 comments

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

TatoRamirez avatar Mar 06 '24 20:03 TatoRamirez

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

image

wokalek avatar Mar 31 '24 11:03 wokalek

having the same issue :(

MoeinMirkiani avatar Apr 06 '24 09:04 MoeinMirkiani

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'

AndreasMueck avatar May 17 '24 09:05 AndreasMueck

@gitFoxCode can you please merge this ?

nossienl avatar Jun 28 '24 09:06 nossienl

@gitFoxCode :)

CarlosGranadosM avatar Aug 05 '24 15:08 CarlosGranadosM