Open
Description
The current docs 📘 mention that all <NuxtImg />
props should be also supported for <NuxtPicture />
.
But this is currently not the case.
Placeholder logic is encapsulated within nuxt-img.ts and is not part of _base.ts.
That means the logic is currently not shared and limited to the <NuxtImg />
comoponent