Failed to resolve component: NuxtImg #750
Unanswered
simonbotte
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I even try with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋
I have this error when trying to use
<nuxt-img/>
:Failed to resolve component: NuxtImg
Here's a little summary of what I did :
npm install -D @nuxt/image-edge
to my Nuxt3 projectnuxt.config.ts
module section to have this<img/>
tag by<NuxtImg/>
to have thisaType.imageUrl
is a distant url so I added this innuxt.config.ts
My issue here is that
<NuxtImg/>
isn't recognize.Do I did something wrong ?
Thank you for your appreciate help
Beta Was this translation helpful? Give feedback.
All reactions