Update ProgressBar.vue

pull/4107/head
Tuğçe Küçükoğlu 2023-07-04 12:29:02 +03:00
parent 78792f0624
commit 8c7ee1d604
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<slot>{{ value + '%' }}</slot>
</div>
</div>
<div v-if="indeterminate" :class="cx('container')" v-bind="ptm('root')">
<div v-if="indeterminate" :class="cx('container')" v-bind="ptm('container')">
<div :class="cx('value')" v-bind="ptm('value')"></div>
</div>
</div>