Skip to content

Commit

Permalink
feat: img outline添加src属性
Browse files Browse the repository at this point in the history
  • Loading branch information
inkroom authored Sep 19, 2024
1 parent 782a7cd commit 46d16c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/album/InkImg.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Icon type="ios-loading" class="el-icon-loading"></Icon>
</template>
<template #error>
<Icon type="ios-image-outline" size="64" class="el-icon-picture-outline" />
<Icon type="ios-image-outline" size="64" class="el-icon-picture-outline" :src="src" />
<!-- <el-icon class="el-icon-picture-outline"><PictureFilled /></el-icon> -->
</template>
</Image>
Expand Down

0 comments on commit 46d16c4

Please sign in to comment.