Images are not loading when we use push or navigateTo in nuxt 3
I'm facing a weird bug now where when I go to a route the image isn't loading but when I refresh the page the image gets loaded.
There wasn't any issue with nuxt 2. How to fix this? Any other work around?
4 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Can someone provide a reproduction?
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
@amantiwari Wrong markup
width
should be "200"
, not "200px"
width="200px"
will be "sanitized" to width="0"
on the server