79370160

Date: 2025-01-20 02:28:28
Score: 1
Natty:
Report link

It's easier, without the need to use a script from Vue

<img 
  :src="imageUrl || '/image-default.png'"
  @error="(e) => (e.target.src = '/image-default.png')"
/>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Azickri