Standard Error Image
wallysonn opened this issue · 2 comments
wallysonn commented
How to set a default image if the main image fails?
JFGHT commented
<v-lazy-image :src="slotProps.firstImage || require('@/assets/images/property/properties-placeholder.jpg')" :src-placeholder="require('@/assets/images/property/properties-placeholder.jpg')" />
alexjoverm commented
You can do it by using the @error event