Skip to content

Commit e47499a

Browse files
committed
[update] image selector skeleton
1 parent 8a30d41 commit e47499a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components/sections/ImageSelector.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,22 @@ const handleChange = (value) => {
7676
</el-col>
7777
<el-row justify="center" style="margin-top: 10px;">
7878
<el-col :span="12">
79-
<!-- <el-skeleton
79+
<el-skeleton
8080
style="width: 100%"
8181
:loading="isLoading"
8282
animated
83-
:throttle="1000"> -->
84-
<!-- <template #template>
83+
:throttle="1000">
84+
<template #template>
8585
<el-skeleton-item variant="image" style="width: 100%; height: 100%" />
86-
</template> -->
87-
<!-- <template #default> -->
86+
</template>
87+
<template #default>
8888
<el-image
8989
class="output-image"
9090
:src="outputImagePath"
9191
fit="scale-down"
9292
/>
93-
<!-- </template> -->
94-
<!-- </el-skeleton> -->
93+
</template>
94+
</el-skeleton>
9595
</el-col>
9696
</el-row>
9797
</el-row>

0 commit comments

Comments
 (0)