feature: ProgressBar component updated

This commit is contained in:
Paul Valerie GOMA 2025-07-23 19:11:26 +02:00
parent d150473709
commit b26f7f3cda

View File

@ -15,6 +15,7 @@ const mode = computed(() => (props.indeterminate ? 'indeterminate' : 'determinat
<template>
<ProgressBar
role="progressbar"
:mode="mode"
:value="props.value"
:show-value="props.showValue && !props.small"