Code Format

pull/4004/head
GitHub Actions Bot 2023-05-26 06:31:52 +00:00
parent 062142f54e
commit 438f7ffb54
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</div> </div>
</div> </div>
<div v-if="indeterminate" :class="cx('value')" v-bind="ptm('value')"> <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>
</div> </div>
</template> </template>