el-image
Installation
SKILL.md
Image Component
Image component extends native img with lazy loading, placeholder, error handling, and preview features.
When to Use
- Image display with lazy loading
- Image preview galleries
- Loading placeholders
- Error fallback images
Basic Usage
<template>
<el-image style="width: 100px; height: 100px" :src="url" fit="cover" />
</template>