Skip to content

Commit

Permalink
[update] image selector skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
JunyaoHu committed Jan 5, 2025
1 parent 8a30d41 commit e47499a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/sections/ImageSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,22 @@ const handleChange = (value) => {
</el-col>
<el-row justify="center" style="margin-top: 10px;">
<el-col :span="12">
<!-- <el-skeleton
<el-skeleton
style="width: 100%"
:loading="isLoading"
animated
:throttle="1000"> -->
<!-- <template #template>
:throttle="1000">
<template #template>
<el-skeleton-item variant="image" style="width: 100%; height: 100%" />
</template> -->
<!-- <template #default> -->
</template>
<template #default>
<el-image
class="output-image"
:src="outputImagePath"
fit="scale-down"
/>
<!-- </template> -->
<!-- </el-skeleton> -->
</template>
</el-skeleton>
</el-col>
</el-row>
</el-row>
Expand Down

0 comments on commit e47499a

Please sign in to comment.