You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using <img tag it works. Using <nuxt-img tag instead, it doesn't work.
error: 500. Input must be a string (received undefined: undefined)
with module v. 0.7 it works (for Nuxt v.2).
with this version 1.x (for Nuxt v.3) it does not work because the module must have the src parameter already set. If in fact I use a combination of src + data-src the module works. However, in this way, I have to call two images.
ERROR 1
Using
<img
tag it works. Using<nuxt-img
tag instead, it doesn't work.error: 500. Input must be a string (received undefined: undefined)
src
parameter already set. If in fact I use a combination ofsrc
+data-src
the module works. However, in this way, I have to call two images.Reproduction: https://stackblitz.com/edit/github-uv7ped?file=components/myimg.vue
ERROR 2
(related to the first ):
<nuxt-picture
withclass="lazy"
doen't work.This works
This not
The text was updated successfully, but these errors were encountered: