I've spend quite some time to get nuxt/image to work using their documentation on https://v1.image.nuxtjs.org/get-started (for responsive images and webp) only to find out that the NuxtImg component provided by nuxt/image is not working but the NuxtPicture component provided by nuxt/image is.
Could it be so that the NuxtImg provided by nuxt/image gets overruled by the NuxtImg provided in @nuxt-themes/elements?
I've spend quite some time to get
nuxt/imageto work using their documentation on https://v1.image.nuxtjs.org/get-started (for responsive images and webp) only to find out that theNuxtImgcomponent provided bynuxt/imageis not working but theNuxtPicturecomponent provided bynuxt/imageis.Could it be so that the
NuxtImgprovided bynuxt/imagegets overruled by theNuxtImgprovided in@nuxt-themes/elements?