mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
fix(docs): el-image picture icon (#4433)
This commit is contained in:
parent
db14d393c0
commit
bf0484f6e1
@ -9,7 +9,7 @@
|
||||
<el-image>
|
||||
<template #error>
|
||||
<div class="image-slot">
|
||||
<el-icon><picture /></el-icon>
|
||||
<el-icon><icon-picture /></el-icon>
|
||||
</div>
|
||||
</template>
|
||||
</el-image>
|
||||
@ -18,5 +18,5 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { Picture } from '@element-plus/icons'
|
||||
import { Picture as IconPicture } from '@element-plus/icons'
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user