File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments