image
image copied to clipboard
@load not working
My @load method isn't being triggered, even though the image has loaded? Anyone know why this might be?
My images are coming from Sanity.
` <nuxt-img :loading="lazy ? 'lazy' : 'eager'" format="webp" :src="src" @load="handleLoad" />
`