Skip to content

Commit

Permalink
Code Format
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed May 26, 2023
1 parent 062142f commit 438f7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/progressbar/ProgressBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
</div>
<div v-if="indeterminate" :class="cx('value')" v-bind="ptm('value')">
<div :class="cx('label')" v-bind="ptm('label')"></div>
<div :class="cx('label')" v-bind="ptm('label')"></div>
</div>
</div>
</template>
Expand Down

0 comments on commit 438f7ff

Please sign in to comment.