We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211b66e commit 970c28dCopy full SHA for 970c28d
uview-ui/components/u-upload/u-upload.vue
@@ -21,7 +21,7 @@
21
<u-icon class="u-icon" :name="delIcon" size="20" :color="delColor"></u-icon>
22
</view>
23
<u-line-progress
24
- v-if="showProgress && item.progress > 0 && item.progress !=100 && !item.error"
+ v-if="showProgress && item.progress > 0 && item.progress != 100 && !item.error"
25
:show-percent="false"
26
height="16"
27
class="u-progress"
0 commit comments